bug-lilypond
[Top][All Lists]
Advanced

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

Lyric extender extends far beyond end of voice


From: David Feuer
Subject: Lyric extender extends far beyond end of voice
Date: Tue, 6 Mar 2007 14:02:19 -0500

This is a problem when an extra voice ends on a long note or series of notes.

Short example:

\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





reply via email to

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