]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-volta.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / repeat-volta.ly
index 0d667989a3fb360084ee379098377d5ba9d88eb7..647ed6f2820a61ab8cd5b8f1b74f7b512b0c10ed 100644 (file)
@@ -1,23 +1,21 @@
-\version "1.3.146"
+\version "2.11.51"
 
 \header{
-texidoc="
+  texidoc="
 Volta (Semi folded) behavior.  Voltas can start on non-barline moments.
 If they don't barlines should still be shown.
 "
 }
 
-%  no alts.
-\score {
-  \notes \context Voice \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 {}
+%%  no alts.
+
+\context Voice \relative c'' {
+  %% repeat non aligning with barlines.
+  \repeat volta 3 { c^"3x 0alt" d e }
+  %% less alts than body
+  \repeat volta 4 { c^"4x 2alt" d } \alternative { e f }
+  %% more alts than body
+  \repeat volta 2 { c^"2x 3alt" d } \alternative { e f g }
 }
 
+