Hi Graham,
Sorry, that is still not a minimal example. Does this demonstrate the bug
you were reporting? (please include the summary of the bug in your reply
to this)
\version "2.11.14"
<<
\new Voice = "one" \relative c'' {
c4 r r c
}
\new Lyrics \lyricsto "one" { Test __ end }
\new Lyrics \lyricsto "one" { Test -- end }
>>
No your example doesn't show the bug. The bug has to do with singing either
a whole word or last syllable across several notes to which an extender line
gets placed i.e. This _________________________________________ end.
Currently in version 2.11.14 in Lilypond if there is a rest in the middle of
the melisma the extender line stops at the rest and does not continue to
where I have explicitly stated \melismaEnd.
The minimal example you provided has no melisma so I would expect that no
extender line would be drawn. I've attached my 'minimal' example again which
shows this error.
The second verse I added shows a hypenated example where the hyphen
continues to where I have stated \melismaEnd. I would expect that the
extender line extends as far as the hyphenated one, except that it should be
a continous line.
I hope this helps.
Trent
==========================
\version "2.11.14"
<<
\new Voice = "one" \relative c'' {
\autoBeamOff
g4\melisma g8[ g g g] f4 e
d'4 r b c
d8[( e] f2)\melismaEnd e4
}
\new Lyrics \lyricsto "one" { Test __ end }
\new Lyrics \lyricsto "one" { Test -- end }
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond