]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-extents.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / system-extents.ly
index 675c4f903a4585fd9dcc4493ed2196dfb0bedb65..fc6f4c2b9a476f6dcdcffd3348ee894e3d2d0a61 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.22"
+\version "2.10.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
     }
 }