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