lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics and repeat


From: Grammostola Rosea
Subject: Re: lyrics and repeat
Date: Mon, 01 Sep 2008 11:15:16 +0200
User-agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724)

Joseph Haig wrote:
You want to add:

versetwo = \lyricmode {
  % Second line of words here
}

and then later, where you have:

\new Staff { \melody } \addlyrics { \verse }

you want:

\new Staff { \melody }
\addlyrics { \verse }
\addlyrics { \versetwo }

Note that the lyrics are not part of the staff, but are a separate
line in themselves so you can have as many of them as you want.

Hope this helps,

Joe
Yes, that helps! Thanks!





reply via email to

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