]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-extents.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / system-extents.ly
index 40081c2bcfdba9e34ecab79584a8be86318f04f7..ff3187213ceb55e1338bcffa149f3db4b01f4b48 100644 (file)
@@ -1,8 +1,8 @@
-\version "2.1.22"
+\version "2.1.26"
 \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."
 
     }
          
@@ -16,7 +16,7 @@
     \paper { 
         \translator {
             \ScoreContext
-            System \override #'print-function = #box-grob-stencil
+            \override System #'print-function = #box-grob-stencil
             }
     }
 }