lilypond-user
[Top][All Lists]
Advanced

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

Re: Setting lytics to alternative endings


From: Kieren MacMillan
Subject: Re: Setting lytics to alternative endings
Date: Thu, 15 Dec 2022 08:57:46 -0500

Hi Jogchum,

> I suppose it is very simple, but I can't find it in documentation, or here on 
> the list. 
> How can one set different lyrics to alternative ending? 

It is simple — so simple, you probably didn’t think it would work:

\version "2.23.14"

theMusic = {
  \repeat volta 2 {
    g'4 4 4 4
    \alternative { { f'1 } { c''1 } }
  }
}

theLyrics = \lyricmode {
  The an -- swer is quite plain.
}

<<
  \new Staff \new Voice \theMusic
  \addlyrics \theLyrics
>>

Hope that helps!
Kieren.


reply via email to

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