lilypond-user
[Top][All Lists]
Advanced

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

Re: addlyric


From: Lukas-Fabian Moser
Subject: Re: addlyric
Date: Sat, 2 Oct 2021 15:03:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

Hi,

[Please keep the replies on-list, so everybody can follow.]

what if the note is not one but many?
See the very last word "jago" in the attached music score.

This requires no change in the lyrics you enter:

ja -- go

will do fine. But you have to tell LilyPond to create a melisma: For example, using a slur, or an explicit \melisma:

\version "2.22"

\relative {
  c'8 d e16\melisma f g f e f d g e'32 d c b a g f d\melismaEnd c4
} \addlyrics {
  Vir -- tu -- o -- so.
}

I really strongly recommend you work through the Learning Manual (especially the tutorial), most of your questions are answered there.

Lukas


reply via email to

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