]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-top-space.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / page-top-space.ly
index 4e456773ce1d86993fc3f1108c51b401d3a13733..b8c45966024e80095a5bab73eb6db44d6983152b 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.11.51"
+
+#(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
   }
 }