]> git.donarmstrong.com Git - lilypond.git/blob - input/test/repeat-semifold.ly
release: 1.1.62
[lilypond.git] / input / test / repeat-semifold.ly
1
2 %  no alts.
3 \score { \notes
4   \relative c'' {
5 \repeat semi 3 { c^"3$\\times$ 0alt" d }
6 % less alts than body
7 \repeat semi 4 { c^"4$\\times$ 2alt" d } \alternative { e f }
8
9 % more alts than body
10 \repeat semi 2 { c^"2$\\times$ 3alt" d } \alternative { e f g } 
11 }}
12