bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lyric extender extends far beyond end of voice


From: Graham Percival
Subject: Re: Lyric extender extends far beyond end of voice
Date: Wed, 07 Mar 2007 16:19:35 -0800
User-agent: Thunderbird 1.5.0.10 (Macintosh/20070221)

Against my better judgement, I've added this as
http://code.google.com/p/lilypond/issues/detail?id=331

If you could construct a minimal example (this one certainly isn't minimal) and submit it before Han-Wen notices it, I'd be grateful. This bug can probably be reproduced with three or four notes and an extra number of syllables. We want _minimal_ examples, not "kind-of short" examples.

To speed up the process of getting bugs into the tracker, please send minimal examples with descriptive text. If I can understand a bug within thirty seconds, then I add it immediately (and I check my email at least once every twelve hours). If I can't understand the bug, then it waits until Wed night.


Cheers,
- Graham


David Feuer wrote:
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



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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