lilypond-user
[Top][All Lists]
Advanced

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

Re: Temporarily split lyrics


From: lists
Subject: Re: Temporarily split lyrics
Date: Mon, 02 Apr 2018 13:08:30 +0000

2. April 2018 15:01, "Malte Meyn" <address@hidden> schrieb:

> 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):

I'll see how I can proceed. The issue is that I also have to integrate it in an 
existing infastructure, so I'm not completely free how to set up contexts and 
variables. 
(https://git.openlilylib.org/bfsc/kayser/blob/techdoc/includes/lib/make-staff.ily
 but that's incomplete, just for getting an idea).

Urs

> 
> %%%%%%%%%%%%%
> \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.
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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