]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-percent.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / repeat-percent.ly
1 \version "2.3.22"
2 \header {
3 texidoc = "Measure repeats may be nested with beat repeats."
4 }
5         
6 \score {  \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