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