]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-extents.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / system-extents.ly
index 346d7aea63ccf3b099730ef11957f8c226a05cd2..6e0f44731a55e2924922c5d04a9fc4a3266aa218 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.4"
+\version "2.3.22"
 \header {
 
     texidoc = "The size of every system is correctly determined; this 
@@ -6,18 +6,17 @@
 
     }
          
-\score { 
-\context Voice
-{ \unset Staff.minimumVerticalExtent 
-    \slurDown c4 ( g4  c''4)
 
+\layout { 
+    \context {
+       \Score
+       \override System #'print-function = #box-grob-stencil
+    }
 }
 
-    \paper { 
-        \context {
-            \Score
-            \override System #'print-function = #box-grob-stencil
-            }
-    }
+\new Voice
+{
+    \unset Staff.minimumVerticalExtent 
+    \slurDown c4 ( g4  c''4)
 }