]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-top-space.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / page-top-space.ly
index ef5db63dd1c7996b94269e410c89c304e700245b..fe84708be8267718254874a0dd931086240a64b9 100644 (file)
@@ -1,10 +1,10 @@
 \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")
 
@@ -22,7 +22,7 @@ first system can be forced to be uniform."
   }
 
   \paper {
-    pagetopspace = 3 \cm
+    page-top-space = 3 \cm
   }
 }