]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-slash.ly
*** empty log message ***
[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 \relative c'
8 \context Voice {
9   \time 4/4
10   \repeat "percent" 2 { c2 }
11
12   %% the chairman dances
13   \repeat "percent" 2 { g'8 g c, c  }   
14   \repeat "percent" 4 { b8 b8  }
15 }
16 \layout { raggedright = ##t }
17