]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-slash.ly
2434b16254f91bee613b7bbd300b1bb156cf26f0
[lilypond.git] / input / regression / repeat-slash.ly
1 \version "2.12.0"
2 \header {
3   texidoc = "Within a bar, beat repeats denote that a music snippet should be
4 played again."
5 }
6
7 \layout { ragged-right = ##t }
8
9 \relative c'
10 \context Voice {
11   \time 4/4
12   \repeat "percent" 2 { c2 }
13
14   %% the chairman dances
15   \repeat "percent" 2 { g'8 g c, c  }   
16   \repeat "percent" 4 { b8 b8  }
17 }
18
19