]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-extents.ly
*** empty log message ***
[lilypond.git] / input / regression / system-extents.ly
index 56ca3f60f87d8fde8061934914f3833258c3609e..315f942cbae12075d3af1aa716c2a7ec694bd437 100644 (file)
@@ -1,23 +1,23 @@
-\version "1.7.16"
+\version "2.2.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
-{ \property Staff.minimumVerticalExtent \unset
-    \slurDown c4 ( g4  c''4-)
+{ \unset Staff.minimumVerticalExtent 
+    \slurDown c4 ( g4  c''4)
 
 }
 
     \paper { 
-        \translator {
+        \context {
             \ScoreContext
-            System \override #'molecule-callback = #box-grob-molecule
+            \override System #'print-function = #box-grob-stencil
             }
     }
 }
-%% new-chords-done %%
+