From: fred Date: Mon, 18 Oct 1999 12:52:01 +0000 (+0000) Subject: lilypond-1.2.15 X-Git-Tag: release/1.5.59~5767 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0c58b5d219e16dc720368db714a5b0a2a342f9f7;p=lilypond.git lilypond-1.2.15 --- diff --git a/input/test/repeat-volta.ly b/input/test/repeat-volta.ly new file mode 100644 index 0000000000..46cea92205 --- /dev/null +++ b/input/test/repeat-volta.ly @@ -0,0 +1,17 @@ + +% no alts. +\score { \notes + \relative c'' { +\repeat volta 3 { c^"3$\\times$ 0alt" d } +% less alts than body +\repeat volta 4 { c^"4$\\times$ 2alt" d } \alternative { e f } + +% more alts than body +\repeat volta 2 { c^"2$\\times$ 3alt" d } \alternative { e f g } +} + + \midi{} + \paper{} + +} +