]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-slash.ly
21eabcd8fe247d8b4f8f1a4a6cc3e91f8d330ff4
[lilypond.git] / input / regression / repeat-slash.ly
1 \version "2.7.13"
2 \header {
3   texidoc = "Within a bar, beat repeats denote that a music snippet should be
4 played again."
5 }
6
7 \layout { raggedright = ##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