]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-extents.ly
Doc-de: update bad commitishes
[lilypond.git] / input / regression / system-extents.ly
index 6e0f44731a55e2924922c5d04a9fc4a3266aa218..47b183e5f5cda1239d141bc56830098f1091bec3 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.22"
+\version "2.14.0"
 \header {
 
     texidoc = "The size of every system is correctly determined; this 
 \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)
 }