]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-top-space.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / page-top-space.ly
index 154def9de8a1bad12d92bf5cd9c5b3307133de17..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.11"
+\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
   }
 }