Hi Mike,

On Sat, Jun 16, 2012 at 2:47 PM, Colin Campbell <[email protected]> wrote:

> On 12-06-16 01:35 PM, [email protected] wrote:
>
>> Hey all,
>>
>> I have a long melisma that lasts around 200-ish notes in a score I'm
>> working on - is there any way to get the lyric extender to last for a long
>> duration without inundating the score with a deluge of underscores?
>>
>
Is something like this what you had in mind?

\version "2.15.40"

\score {
  \new Staff <<
    \new Voice = "melisma" {
      e'2 d'
      c'4 \melisma d' e' f'
      \repeat unfold 10 {
      c' d' e' f'
      }
      g'1
      \melismaEnd
    }
    \new Lyrics \lyricsto "melisma" {
      me- lis- ma! __
    }
  >>
}

Best,
David
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to