]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-percent.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / repeat-percent.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3 \header {
4 texidoc = "Measure  repeats are supported, and may be nested with beat repeats."
5 }
6         
7 \score { \notes \relative c'' \context Voice { \time 4/4
8    % riff
9    \repeat "percent" 2 { r8. a16 g8. a16 bes8. a16 f8 d |  a c8 ~ c8 d8 ~ d8 r8 r4 }
10    
11    \repeat "percent" 2 { \repeat "percent" 4 { c8 es } }   
12   }
13 }
14