]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-percent.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / repeat-percent.ly
1 \version "2.10.0"
2 \header {
3   texidoc = "Measure repeats may be nested with beat repeats."
4 }
5
6 \paper {
7   ragged-right = ##t
8 }
9 \relative c'' \context Voice {
10   \set Score.skipBars = ##t
11   \time 4/4
12                                 % riff
13   \repeat "percent" 2 { r8. a16 g8. a16 bes8. a16 f8 d |  a c8 ~ c8 d8 ~ d8 r8 r4 }
14
15   R1*2
16   \repeat "percent" 2 { \repeat "percent" 4 { c8 es } }
17   R1*2
18 }
19