Massive changes - see ChangeLog.
[lilypond.git] / input / test / repeat.ly
blob322940417b1e1a671d1c6bf745443fcfd184d604
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3 % possible rename to lyric-repeat or repeat-lyric.
4 \header{ texidoc = "@cindex Repeat Lyrics
5 You can use alternate lyrics as well as alternate notes for repeats. "
8 \score{
10 \context Staff \notes\relative c'{
11 c d e f
12 \repeat "volta" 2 { g a b c }
13 \alternative { { c b a g } { f e d c } }
15 \context Lyrics \lyrics {
16 De eer- ste < { maat } { moet } >
17 \repeat fold 2 { }
18 \alternative {
19 { en dan twee keer }
20 { een koe- plet _ }
22 en dan nog dit er ach- ter aan
25 \paper{raggedright=##t}