]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-top-markup-spacing.ly
resolve merge
[lilypond.git] / input / regression / page-spacing-top-markup-spacing.ly
diff --git a/input/regression/page-spacing-top-markup-spacing.ly b/input/regression/page-spacing-top-markup-spacing.ly
new file mode 100644 (file)
index 0000000..5f52058
--- /dev/null
@@ -0,0 +1,20 @@
+\version "2.14.0"
+
+#(set-default-paper-size "a6")
+
+\book {
+
+  \header {
+    texidoc = "@code{top-markup-spacing} controls the spacing from
+the top of the printable area (i.e. the bottom of the top margin)
+to a title or markup, when it is the first item on a page."
+    title = "Title"
+  }
+
+  \paper {
+    top-markup-spacing = #'((minimum-distance . 30))
+    ragged-bottom = ##t
+  }
+
+  { c'1 \pageBreak c'1 }
+}