Issue 331: problem with lyrics ending on a long series of notes
http://code.google.com/p/lilypond/issues/detail?id=331
New issue report by gpermus:
\version "2.11.19"
\include "english.ly"
melody = \relative c' {
a4 b c d |
\voiceOne
<<
{ e f g a | c d c d | }
\new Voice = extra {
\voiceTwo
f, g a b ~ |
b ~ b ~ b ~ b |
}
>>
\oneVoice
a b c d |
}
words = \lyricmode {
one two three four
five six seven eight
nine ten eleven twelve
}
extrawords = \lyricmode {
uno dos tres cuatro __
}
<<
\new Voice = mel \melody
\new Lyrics \lyricsto mel \words
\new Lyrics \lyricsto extra \extrawords
>>
Attachments:
foo.preview.png 7.9 KB
Issue attributes:
Status: Accepted
Owner: gpermus
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond