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: David Feuer
Subject: Re: Lyric extender extends far beyond end of voice
Date: Thu, 8 Mar 2007 18:23:10 -0500

On 3/7/07, Graham Percival <address@hidden> wrote:
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.

I believe the following example is minimal, or nearly so.  Making it
turned up a fact that may be useful: removing the final note (D) makes
the problem vanish.

\version "2.11.19"

<<
 \relative c'' {
   \voiceOne
   <<
     { g1 }
     \new Voice = extra {
        \voiceTwo
        e
     }
   >>
   \oneVoice
   c d
 }
 \new Lyrics \lyricsto extra { extra __ }


% David Feuer




reply via email to

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