]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-top-space.ly
Acknowledge scripts in phrasing slur engraver.
[lilypond.git] / input / regression / page-top-space.ly
index 154def9de8a1bad12d92bf5cd9c5b3307133de17..8de5256b1e4648b01038fe883b7022d512b8937f 100644 (file)
@@ -1,10 +1,12 @@
 \header {
 
-  texidoc = "By setting @code{pagetopspace,} the Y position of the
+  texidoc = "By setting @code{page-top-space,} the Y position of the
 first system can be forced to be uniform."
 
 }
-\version "2.7.11"
+\version "2.10.0"
+
+#(set-default-paper-size "a6")
 
 \book {
   \score {
@@ -20,7 +22,7 @@ first system can be forced to be uniform."
   }
 
   \paper {
-    pagetopspace = 3 \cm
+    page-top-space = 3 \cm
   }
 }