bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 331 in project lilypond


From: codesite-noreply
Subject: Issue 331 in project lilypond
Date: Wed, 07 Mar 2007 16:14:03 -0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]