]> 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 ef5db63dd1c7996b94269e410c89c304e700245b..bceef72a62b2bf1438c67bfa054b8589011efdbc 100644 (file)
@@ -1,17 +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
@@ -22,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)
   }
 }