]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-extents.ly
release commit
[lilypond.git] / input / regression / system-extents.ly
index 61b60ec2721982b7dbaa983d2455a9bdf1f3fb4d..d58aa4bcd09a298ab751943365531b10c3276107 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.2"
+\version "2.8.0"
 \header {
 
     texidoc = "The size of every system is correctly determined; this 
@@ -6,18 +6,19 @@
 
     }
          
-\score { \notes
-\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
+{
+    \unset Staff.minimumVerticalExtent
+    \override Score.RehearsalMark #'font-size = #20
+    
+    \slurDown c4 ( g4  c''4)
 }