]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-extents.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / system-extents.ly
index 4ff06b03857b8387cb59236a3337dae075d8e726..df9cdd96da7859e36777209a471eea3beb5eea30 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.17.6"
 \header {
 
     texidoc = "The size of every system is correctly determined; this 
 \layout { 
     \context {
        \Score
-       \override System  #'stencil = #box-grob-stencil
+       \override System.stencil = #box-grob-stencil
     }
 }
 
 \new Voice
 {
-    \unset Staff.minimumVerticalExtent
-    \override Score.RehearsalMark #'font-size = #20
+    \override Score.RehearsalMark.font-size = #20
     
     \slurDown c4 ( g4  c''4)
 }