]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-percent-count.ly
* Documentation/topdocs/NEWS.tely (Top): add entry for percent
[lilypond.git] / input / regression / repeat-percent-count.ly
1
2 \header {
3
4
5   texidoc = "Percent repeats get numbers to indicate the repeat
6 counts, but only if there are more than two repeats."
7
8
9 }
10
11 \version "2.7.6"
12
13 \relative c'' \new Voice {
14   \time 4/4 
15   \repeat "percent" 4 { c1 }
16   \time 2/4 
17   \repeat "percent" 4 { c2 c2 }
18   \repeat "percent" 2 { c2 }
19 }
20