]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-extents.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / system-extents.ly
index 170b9999430422569a52514a939867e4950ebdbc..e65801313ff420da4b83175453f62a8cf70eab14 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.11.51"
 \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
     }
 }