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