]> git.donarmstrong.com Git - lilypond.git/blob - input/test/rep.ly
c799c7bf165e2430a7f627d491736afcef16a960
[lilypond.git] / input / test / rep.ly
1 \score{
2         <
3                   \context Staff \notes\relative c'{ 
4                           c4 d e f
5                           \repeat 3 { g a b c }
6 %                         \alternative { { c b a g } { f e d c } } c c c c
7                           \alternative { { c b a g } { f e d c } { c d e f } }
8                           g g g g
9                           \repeat 2 { c c c c }
10                           \repeat 2 { c c c c }
11                           g g g g
12                   }
13         >
14 }
15
16 \version "1.0.16";