]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-top-system-spacing.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / page-spacing-top-system-spacing.ly
diff --git a/input/regression/page-spacing-top-system-spacing.ly b/input/regression/page-spacing-top-system-spacing.ly
new file mode 100644 (file)
index 0000000..a8b0d01
--- /dev/null
@@ -0,0 +1,19 @@
+\version "2.14.0"
+
+#(set-default-paper-size "a6")
+
+\book {
+
+  \header {
+    texidoc = "top-system-spacing controls the spacing to the first
+non-title staff on every page."
+    title = "Title"
+  }
+
+  \paper {
+    top-system-spacing = #'((minimum-distance . 30))
+    ragged-bottom = ##t
+  }
+
+  { c'1 \pageBreak c'1 }
+}