]> git.donarmstrong.com Git - lilypond.git/blob - input/test/repeat.ly
patch::: 1.1.23.jcn5: URG?
[lilypond.git] / input / test / repeat.ly
1 \score{
2         <
3                   \type Staff \notes\relative c'{ 
4                           c4 d e f
5                           \repeat 2 { 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                   }
12         >
13 }