]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.2.15
authorfred <fred>
Mon, 18 Oct 1999 12:52:01 +0000 (12:52 +0000)
committerfred <fred>
Mon, 18 Oct 1999 12:52:01 +0000 (12:52 +0000)
input/test/repeat-volta.ly [new file with mode: 0644]

diff --git a/input/test/repeat-volta.ly b/input/test/repeat-volta.ly
new file mode 100644 (file)
index 0000000..46cea92
--- /dev/null
@@ -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{}
+
+}
+