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