]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-volta.ly
Bugfix
[lilypond.git] / input / regression / repeat-volta.ly
index a59f9b20d7a466746bd8cb03b3bf804ca4c55991..c00ec5398eb0de1a89f230b7639d8c66d5221ffa 100644 (file)
@@ -1,14 +1,15 @@
+\version "2.4.0"
 
 \header{
 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'' {
+   \context Voice \relative c'' {
     % repeat non aligning with barlines.
     \repeat volta 3 { c^"3$\\times$ 0alt" d e }
     % less alts than body
@@ -16,7 +17,8 @@ If they don't barlines should still be shown.
     % more alts than body
     \repeat volta 2 { c^"2$\\times$ 3alt" d } \alternative { e f g }
   }
-  \paper {}
+  \layout {}
   \midi {}
 }
 
+