]> git.donarmstrong.com Git - lilypond.git/blob - input/test/repeatbar.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / repeatbar.ly
1
2 \score { 
3   \context Voice \notes\relative c {
4     c'' d e f | \repetitions1*3 | 
5         \time 3/4;
6         g4 a b | R2.*2 |
7         
8   }
9   \paper { }  
10   \midi { }
11 }