]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-extents.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / system-extents.ly
index be6419009226687d4f5fccab3c87b09fa67fdb32..df9cdd96da7859e36777209a471eea3beb5eea30 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.16"
+\version "2.17.6"
 \header {
 
     texidoc = "The size of every system is correctly determined; this 
@@ -7,16 +7,17 @@
     }
          
 
-\paper { 
+\layout { 
     \context {
        \Score
-       \override System #'print-function = #box-grob-stencil
+       \override System.stencil = #box-grob-stencil
     }
 }
 
 \new Voice
 {
-    \unset Staff.minimumVerticalExtent 
+    \override Score.RehearsalMark.font-size = #20
+    
     \slurDown c4 ( g4  c''4)
 }