Grammostola Rosea wrote:
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!
And I want to repeat on another part (chorus) in the song, but it should
not go back to the first beginning (verses) but to the beginning of the
chorus.
So I want to use D.S.
http://lilypond.org/doc/v2.11/Documentation/user/music-glossary/dal-segno#dal-segno
repeat the chorus and after that start with another part (skip one bar
of the chorus)..
|b | | go to c| go back to b
(D.S.)| ... |c | |
How will I do this in Lilypond?
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user