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