release commit
[lilypond.git] / input / test / repeat.ly
blob78ecf4de9b1289a39347cd8af9f501fcecc9e98a
1 #(ly:set-option 'old-relative)
2 \version "2.1.7"
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{
9 <<
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}