lilypond-1.5.14
[lilypond.git] / input / regression / repeat-fold.ly
blobe6d88e91435118b06e7fb1457ea0f18035c58fa6
1 \version "1.3.146"
3 \header{
4 texidoc="
5 Folded. This doesn't make sense without alternatives, but it works.
9 \score {
10 \context Staff \notes \relative c'' {
11 \repeat fold 3 { c^"3$\\times$ 0alt" d }
12 % less alts than body
13 \repeat fold 4 { c^"4$\\times$ 2alt" d } \alternative { e f }
14 % more alts than body
15 \repeat fold 2 { c^"2$\\times$ 3alt" d } \alternative { e f g }