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