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
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
}