Dominic Neumann wrote:
There was a similar question some days ago. Do the answers help you?
http://www.mail-archive.com/lilypond-user@gnu.org/msg39370.html

Dominic

2008/9/1 Grammostola Rosea <[EMAIL PROTECTED]>:
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?



Isn't there a D.S. al Coda feature in Lilypond?

'D.S. al Coda instructs the musician to repeat back to the sign, and when Al Coda or To Coda is reached jump to the Coda symbol. '

Cosa symbol > http://en.wikipedia.org/wiki/Image:Coda_sign.svg

Regards,



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

Reply via email to