]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-fold.ly
patch::: 1.3.125.jcn2
[lilypond.git] / input / regression / repeat-fold.ly
1 \header{
2 texidoc="
3 Folded.  This doesn't make sense without alternatives, but it works.
4 ";
5 }
6
7 \score { \notes\context Staff\relative c'' {
8 \repeat fold 3 { c^"3$\\times$ 0alt" d }
9 % less alts than body
10 \repeat fold 4 { c^"4$\\times$ 2alt" d } \alternative { e f }
11 % more alts than body
12 \repeat fold 2 { c^"2$\\times$ 3alt" d } \alternative { e f g } 
13 }}
14