lilypond-user
[Top][All Lists]
Advanced

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

Re: Temporarily split lyrics


From: Malte Meyn
Subject: Re: Temporarily split lyrics
Date: Mon, 2 Apr 2018 15:01:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0



Am 02.04.2018 um 14:55 schrieb address@hidden:
Hm, thanks for the idea, but the problem is that this would require the "empty" 
lyrics to actually start at the beginning of the piece.

You could try something like (pseudo-code):

%%%%%%%%%%%%%
\new Voice = "alto" \relative {
        [music before the lyrics split]
        <<
                [music during the split lyrics]
                \new Lyrics = "split" \lyricmode {
                        [verse 2, lower part]
                }
        >>
        [music after the lyrics split]
}
\addlyrics {
        [verse 1]
}
\new Lyrics \lyricsto "alto" {
        [verse 2, upper part]
}
%%%%%%%%%%%%%

I don’t know whether \addlyrics or \lyricsto "split" would work here but if you have only a short split section you can do the durations by hand.



reply via email to

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