]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-top-space.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / page-top-space.ly
index 4e456773ce1d86993fc3f1108c51b401d3a13733..bceef72a62b2bf1438c67bfa054b8589011efdbc 100644 (file)
@@ -1,15 +1,17 @@
 \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.16.0"
+
+#(set-default-paper-size "a6")
 
 \book {
   \score {
 
-    \relative {
+    \relative c' {
       c1\break\pageBreak
       c1\break\pageBreak
       c1
@@ -20,7 +22,8 @@ first system can be forced to be uniform."
   }
 
   \paper {
-    pagetopspace = 3 \cm
+    obsolete-page-top-space = 3 \cm
+    top-system-spacing #'basic-distance = #(/ obsolete-page-top-space staff-space)
   }
 }