]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-breaking-markup-padding2.ly
resolve merge
[lilypond.git] / input / regression / page-breaking-markup-padding2.ly
diff --git a/input/regression/page-breaking-markup-padding2.ly b/input/regression/page-breaking-markup-padding2.ly
new file mode 100644 (file)
index 0000000..6c0d2da
--- /dev/null
@@ -0,0 +1,18 @@
+\version "2.14.0"
+
+#(set-default-paper-size "a6")
+
+\book {
+  \header {
+    texidoc = "Padding between a markup and a system is honored by
+the page breaker.  This should take up two pages."
+  }
+
+  \paper {
+    markup-system-spacing = #'((padding . 300))
+  }
+
+  \markup "00"
+  \markup "01"
+  { c' }
+}