lilypond-user
[Top][All Lists]
Advanced

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

Re: How to end a melisma


From: Malte Meyn
Subject: Re: How to end a melisma
Date: Tue, 31 Oct 2017 22:09:14 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0



Am 31.10.2017 um 18:09 schrieb pkarl:

My next naive attempt was to try to positively indicate where the melisma should end:

Music = \relative c'' { c4 d e f    c d e f    r d e f    c d e f }
Lyrics = \lyricmode { do re mi fa __ _ _ _ _  " "
               \repeat unfold 2 { \skip 1 } sol la ti do }

But that didn't work either.

What did work was to change the single blank to two blanks:

Lyrics = \lyricmode { do re mi fa __ _ _ _ _  "  "
               \repeat unfold 2 { \skip 1 } sol la ti do }
No blanks ("") work also; I’d recommend that. Another hint: You don’t need

        \repeat unfold 2 { \skip 1 }

if you just can write

        _ _

;) So here’s what I would do:

        Lyrics = \lyricmode {
          do re mi fa __ _ _ _ _ "" _ _ sol la ti do
        }

I think that there’s no more “correct” way because it seems like addlyrics is made for “every note is sung”.



reply via email to

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