]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-extents.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / system-extents.ly
index a72e3b2ca31c2e34c528c85120121526f6c26c06..346d7aea63ccf3b099730ef11957f8c226a05cd2 100644 (file)
@@ -1,21 +1,23 @@
-\version "1.5.68"
+\version "2.3.4"
 \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
+\score { 
 \context Voice
-{\slurDown c4 ( g4 ) c''4
+{ \unset Staff.minimumVerticalExtent 
+    \slurDown c4 ( g4  c''4)
 
 }
 
     \paper { 
-        \translator {
-            \ScoreContext
-            System \override #'molecule-callback = #box-grob-molecule
+        \context {
+            \Score
+            \override System #'print-function = #box-grob-stencil
             }
     }
 }
+