Comment #4 on issue 333 by [email protected]: lyrics delayed by one
note with \partial and \override VerticalAxisGroup
http://code.google.com/p/lilypond/issues/detail?id=333
Even more stripped down:
\version "2.15.5"
<<
\new Voice = "abc" \relative c'' { c4 c4 }
\new Lyrics {
\small
\lyricsto "abc" { A B }
}
The problem is that the \lyricsto is placed inside the Lyrics {...}. So it
is interpreted as the first moment and the \lyricsto has an effect only
starting at the second moment.
Attachments:
Issue333_Lyrics_too_late.ly 130 bytes
Issue333_Lyrics_too_late.preview.png 5.0 KB
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond