Re: Lyrics extender problem

2006-03-30 Thread Mats Bengtsson
This must be an obscure bug, unless I am missing something obvious. An even shorter illustration of the bug is: \version "2.8.0" sopMusic = \relative c'' { c4 c c8( b) c4 } sopWords = \lyricmode { hi hi hi __ hi } \score { << \new Lyrics = sopI { s1 } \new Staff = women { \new

Lyrics extender problem

2006-03-28 Thread Georg Dummer
Hi all, I have the following problem with Lyrics extenders. In the "altos" voice it is drawn properly. But in the "sopranos" the externder is missed out. Thanks for any suggestion. Georg \version "2.8.0" global = { \key c \major \time 4/4 } sopMusic = \relative c'' { c4 c c8( b) c4 }