2. April 2018 15:01, "Malte Meyn" <lilyp...@maltemeyn.de> schrieb:

> Am 02.04.2018 um 14:55 schrieb li...@openlilylib.org:
> 
>> 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
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to