]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-extents.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / system-extents.ly
index 40081c2bcfdba9e34ecab79584a8be86318f04f7..fc6f4c2b9a476f6dcdcffd3348ee894e3d2d0a61 100644 (file)
@@ -1,23 +1,24 @@
-\version "2.1.22"
+\version "2.10.0"
 \header {
 
-    texidoc = "LilyPond correctly determines the size of every
-    system. This includes postscript constructs such as slurs."
+    texidoc = "The size of every system is correctly determined; this 
+    includes postscript constructs such as slurs."
 
     }
          
-\score { \notes
-\context Voice
-{ \unset Staff.minimumVerticalExtent 
-    \slurDown c4 ( g4  c''4)
 
+\layout { 
+    \context {
+       \Score
+       \override System  #'stencil = #box-grob-stencil
+    }
 }
 
-    \paper { 
-        \translator {
-            \ScoreContext
-            System \override #'print-function = #box-grob-stencil
-            }
-    }
+\new Voice
+{
+    \unset Staff.minimumVerticalExtent
+    \override Score.RehearsalMark #'font-size = #20
+    
+    \slurDown c4 ( g4  c''4)
 }