]> 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 346d7aea63ccf3b099730ef11957f8c226a05cd2..df9cdd96da7859e36777209a471eea3beb5eea30 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.4"
+\version "2.17.6"
 \header {
 
     texidoc = "The size of every system is correctly determined; this 
@@ -6,18 +6,18 @@
 
     }
          
-\score { 
-\context Voice
-{ \unset Staff.minimumVerticalExtent 
-    \slurDown c4 ( g4  c''4)
 
+\layout { 
+    \context {
+       \Score
+       \override System.stencil = #box-grob-stencil
+    }
 }
 
-    \paper { 
-        \context {
-            \Score
-            \override System #'print-function = #box-grob-stencil
-            }
-    }
+\new Voice
+{
+    \override Score.RehearsalMark.font-size = #20
+    
+    \slurDown c4 ( g4  c''4)
 }