]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-top-space.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / page-top-space.ly
index 4e456773ce1d86993fc3f1108c51b401d3a13733..fe84708be8267718254874a0dd931086240a64b9 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.13"
+\version "2.12.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
   }
 }