]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/percent-repeat.ly
2080187b9919b07008cb08dd940c2d9a6ec78d37
[lilypond.git] / input / regression / percent-repeat.ly
1 \header {
2 texidoc = "Measure and beat repeats are supported.";
3 }
4         
5 \score { \notes \relative c' \context Voice { \time 4/4;
6    \repeat "percent" 2 { c2 }
7
8    % the chairman dances
9    \repeat "percent" 2 { g'8 g c, c  }   
10    \repeat "percent" 4 { b8 b8  }
11    \repeat "percent" 2 { c8 d es f g4 r4  }   
12    
13    % riff
14    \repeat "percent" 2 { r8. a16 g8. a16 bes8. a16 f8 d |  a c8 ~ c8 d8 ~ d8 r8 r4 }
15    
16
17
18      }}