]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-top-space.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / page-top-space.ly
index ef5db63dd1c7996b94269e410c89c304e700245b..af28db0e0c665650900b24e60683c0776a639765 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.19.21"
 
 #(set-default-paper-size "a6")
 
@@ -12,17 +12,18 @@ first system can be forced to be uniform."
   \score {
 
     \relative {
-      c1\break\pageBreak
+      c'1\break\pageBreak
       c1\break\pageBreak
       c1
       \break\pageBreak
-      \override TextScript #'padding = #20
+      \override TextScript.padding = #20
       c1^"bla"
     }
   }
 
   \paper {
-    pagetopspace = 3 \cm
+    obsolete-page-top-space = 3 \cm
+    top-system-spacing.basic-distance = #(/ obsolete-page-top-space staff-space)
   }
 }