]> 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 aa1250d7ef8ba67f38b8ea28cfd5b41bc6d95696..6e0f44731a55e2924922c5d04a9fc4a3266aa218 100644 (file)
@@ -1,23 +1,22 @@
-\version "1.7.18"
+\version "2.3.22"
 \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
-{ \property Staff.minimumVerticalExtent \unset
-    \slurDown c4 ( g4  c''4-)
 
+\layout { 
+    \context {
+       \Score
+       \override System #'print-function = #box-grob-stencil
+    }
 }
 
-    \paper { 
-        \translator {
-            \ScoreContext
-            System \override #'molecule-callback = #box-grob-molecule
-            }
-    }
+\new Voice
+{
+    \unset Staff.minimumVerticalExtent 
+    \slurDown c4 ( g4  c''4)
 }
-%% new-chords-done %%
+