%% Bug: The second word of the lyrics is placed on the second beat, as %% if there were no tie. \version "2.19.65"
music = \relative c'' { c4~ c r c }
stanza = \lyricmode { Good! Not. }
\score {
<<
\new Voice = "V" { \music }
\new NullVoice = "N" { \music }
\new Lyrics { \lyricsto "N" \stanza }
>>
\midi { }
}
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond
