]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-change.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / auto-change.ly
index 61a65547344aa234d6d848886c03256839c65c64..50baa2f03a9c74504de1e7722fad26e7851bf69a 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.3.4"
 
 \header {
 
@@ -12,7 +12,7 @@ note. When central C is reached, staff is not yet switched (by default).
     \paper { 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 } >>
        }