]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-extents.ly
release commit
[lilypond.git] / input / regression / system-extents.ly
index 7b5020bc1037484906e53b9047d7ff10a1cc4d7b..d58aa4bcd09a298ab751943365531b10c3276107 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.4.0"
+\version "2.8.0"
 \header {
 
     texidoc = "The size of every system is correctly determined; this 
@@ -10,7 +10,7 @@
 \layout { 
     \context {
        \Score
-       \override System #'print-function = #box-grob-stencil
+       \override System  #'stencil = #box-grob-stencil
     }
 }