]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-volta.ly
Bugfix
[lilypond.git] / input / regression / repeat-volta.ly
index 6f89fe848ddd82c58a047c8987b3af071b84bfe4..c00ec5398eb0de1a89f230b7639d8c66d5221ffa 100644 (file)
@@ -1,5 +1,4 @@
-#(ly:set-option 'old-relative)
-\version "2.1.7"
+\version "2.4.0"
 
 \header{
 texidoc="
@@ -10,7 +9,7 @@ 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
@@ -18,7 +17,7 @@ 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 {}
 }