Updates:
Summary: Lyrics delayed by one note
Comment #5 on issue 333 by philehol...@googlemail.com: Lyrics delayed by
one note
http://code.google.com/p/lilypond/issues/detail?id=333
A further similar example from Jay Anderson. In this case, commenting out
the set stanza line makes the problem go away, as does moving it inside the
first section.
words = \lyricmode
{
\set stanza = "1."
<<
{ a b c d }
\new Lyrics \lyricsto "melody"
{ a b c d }
>>
}
tune = \relative c' { c c c c }
\score
{
<<
\new Staff \new Voice=melody \tune
\new Lyrics \lyricsto melody \words
>>
}
Attachments:
DelayLyric.png 2.2 KB
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond