lilypond-user
[Top][All Lists]
Advanced

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

Re: Automatic lengthening of Lyrics extenders


From: Kieren MacMillan
Subject: Re: Automatic lengthening of Lyrics extenders
Date: Thu, 21 Feb 2019 16:40:22 -0500

Hi Michael,

> However when there is a long note (e.g. full, or breve or such) the current 
> situation leaves room for improvement (to my knowledge).

For untied notes (like single whole notes), the convention is not to have 
extenders.

If you want to break with convention, I suggest using a separate voice to 
control extenders, e.g.:

{
  <<
    \new Staff <<
      { c''1 2. 2. 1. }
      \new NullVoice = "extenders" { c''8( 8 8 8 8 8 8 8) c8( 8 8 8 8 8) }
      \new Lyrics \lyricsto "extenders" { bla __ bla __ bla __ bla __ }
    >>
    \new Staff { c''8( c'' c'' c'' c'' c'' c'' c'') c''8( c'' c'' c'' c'' c'') }
    \addlyrics { bla __ bla __ bla __ bla __ }
  >>
}

Hope that helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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