]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-change.ly
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / input / regression / auto-change.ly
index f59331bff58847bdfad0133c7a381b68061479a6..3509e16d48637d14f8d0b8005de56af8b8a418e7 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.36"
+\version "2.4.0"
 
 \header {
 
@@ -9,10 +9,10 @@ note. When central C is reached, staff is not yet switched (by default).
 
 "
 }
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 
 \score {
-       \notes \context PianoStaff <<
+        \context PianoStaff <<
        \context Staff = "up" {
                \autochange  \context Voice = VA << \relative c' { g4 c e d c r4 a g } >>
        }