]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-extents.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / system-extents.ly
index 03ce8ee7a3ae673a84932a326ea907fcf1a3ca18..346d7aea63ccf3b099730ef11957f8c226a05cd2 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.36"
+\version "2.3.4"
 \header {
 
     texidoc = "The size of every system is correctly determined; this 
@@ -6,7 +6,7 @@
 
     }
          
-\score { \notes
+\score { 
 \context Voice
 { \unset Staff.minimumVerticalExtent 
     \slurDown c4 ( g4  c''4)
@@ -15,7 +15,7 @@
 
     \paper { 
         \context {
-            \ScoreContext
+            \Score
             \override System #'print-function = #box-grob-stencil
             }
     }