lilypond-user
[Top][All Lists]
Advanced

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

Re: Long melisma


From: address@hidden
Subject: Re: Long melisma
Date: Sun, 17 Jun 2012 06:43:58 +0200

On 16 juin 2012, at 22:28, David Nalesnik wrote:

Hi Mike,

On Sat, Jun 16, 2012 at 2:47 PM, Colin Campbell <address@hidden> wrote:
On 12-06-16 01:35 PM, address@hidden 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

Perfect - thanks!

Cheers,
MS


reply via email to

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