]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-top-title-spacing.ly
vertical spacing: Convert affected regtests.
[lilypond.git] / input / regression / page-spacing-top-title-spacing.ly
index 823b62fe257a080ea85f5c4392d7a99844159bcf..89502a7c8d8745c29f0fe4be063f23575d930f84 100644 (file)
@@ -1,17 +1,17 @@
-\version "2.13.2"
+\version "2.13.36"
 
 #(set-default-paper-size "a6")
 
 \book {
 
   \header {
-    texidoc = "@var{top-title-spacing} controls the spacing
+    texidoc = "@var{top-markup-spacing} controls the spacing
 from the top margin to a title (or markup), provided that it is
 the first system on a page."
     title = "Title" }
 
   \paper {
-    top-title-spacing = #'((minimum-distance . 30))
+    top-markup-spacing = #'((minimum-distance . 30))
     ragged-bottom = ##t
   }