]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-percent.ly
333c5de75d272e1210a96b98c015c7c2c38a2e8d
[lilypond.git] / input / regression / repeat-percent.ly
1 \version "2.1.26"
2 \header {
3 texidoc = "Measure repeats may be nested with beat repeats."
4 }
5         
6 \score { \notes \relative c'' \context Voice { \time 4/4
7    % riff
8    \repeat "percent" 2 { r8. a16 g8. a16 bes8. a16 f8 d |  a c8 ~ c8 d8 ~ d8 r8 r4 }
9    
10    \repeat "percent" 2 { \repeat "percent" 4 { c8 es } }   
11   }
12 }
13