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