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