]> git.donarmstrong.com Git - lilypond.git/blob - input/test/repeat.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / repeat.ly
1
2 \score{
3         <
4                   \context Staff \notes\relative c'{ 
5                           c d e f
6                           \repeat "volta" 2 { g a b c }
7                           \alternative { { c b a g } { f e d c } }
8                   }
9                   \context Lyrics \lyrics {
10                           De eer- ste < { maat } { moet } >
11                           \repeat fold 2 { }
12                           \alternative {
13                                   { en dan twee keer } 
14                                   { een koe- plet _ } 
15                           }
16                           en dan nog dit er ach- ter aan
17                   }
18         >
19 }