]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-volta.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / regression / repeat-volta.ly
index 634ba4dadd70b0efe20d90fcf5642310e34ac0ee..ec12a9e3c016870c6d0fe8ff7123cb16a9ff3390 100644 (file)
@@ -1,3 +1,4 @@
+
 \header{
 texidoc="
 Volta (Semi folded) behavior.  Voltas can start on non-barline moments.
@@ -6,20 +7,16 @@ If they don't barlines should still be shown.
 }
 
 %  no alts.
-\score { \notes
-  \relative c'' {
-% repeat non aligning with barlines.
-e
-\repeat volta 3 { c^"3$\\times$ 0alt" d e }
-% 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{}
-
+\score {
+  \notes \relative c'' {
+    % repeat non aligning with barlines.
+    \repeat volta 3 { c^"3$\\times$ 0alt" d e }
+    % 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 }
+  }
+  \paper {}
+  \midi {}
 }