]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-top-space.ly
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / input / regression / page-top-space.ly
index 4e456773ce1d86993fc3f1108c51b401d3a13733..2e73a60a4b2895e64a44a69847c53f3b0c6e9924 100644 (file)
@@ -1,26 +1,29 @@
 \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.12"
+
+#(set-default-paper-size "a6")
 
 \book {
   \score {
 
-    \relative {
+    \relative c' {
       c1\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)
   }
 }