bug-lilypond
[Top][All Lists]
Advanced

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

Re: Overextended extenders


From: Michael Welsh Duggan
Subject: Re: Overextended extenders
Date: Sun, 27 Mar 2011 14:59:48 -0400
User-agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux)

Reinhold Kainhofer <address@hidden> writes:

> On So., 27. Mär. 2011 18:23:16 CEST, Phil Holmes <address@hidden> wrote:
>
>> "Michael Welsh Duggan" <address@hidden> wrote in message 
>> news:address@hidden
>> > When including a small descant lyric line, an extender at the end may
>> > end up extending indefinitely.   I am working 
>
>> I think this is because you have ended the voice before Lily has been
>> able   to terminate the extender.   If you add another note to each voice
>> (making   one a skip) then this now works OK.   
>
> It's still a bug in my eyes (with a known workaround, though), so
> please open a bug report for this!

Definitely a bug, and the workaround isn't easy to use.  Example:

<<
  \new Lyrics = above \with {
    \override VerticalAxisGroup #'staff-affinity = #DOWN } s1
  \new Staff {
    \new Voice = "main" 
    \relative c'' {
      a1 
      <<
        \new Voice = "descanta"
          << { \hideNotes c2 d c2 c \unHideNotes }
             \new Voice { \voiceOne c2 d( c1) } >>
        { \voiceTwo a2 a a a s1 }
      >>
      a1 a
    }
  }
  \new Lyrics \lyricsto "main" \lyricmode { 
    Ah, ah, ah, ah, ah, ah, ah. }
  \context Lyrics = above \lyricsto "descanta" \lyricmode { Oo -- oo __ }
>>


-- 
Michael Welsh Duggan
(address@hidden)



reply via email to

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