]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-overflow-compression.ly
resolve merge
[lilypond.git] / input / regression / page-overflow-compression.ly
diff --git a/input/regression/page-overflow-compression.ly b/input/regression/page-overflow-compression.ly
new file mode 100644 (file)
index 0000000..f6c613d
--- /dev/null
@@ -0,0 +1,17 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "
+Layouts that overflow a page will be compressed in order to fit on
+the page, even if it causes collisions.  In this example, the
+tagline should not collide with the bottom staff.
+"
+}
+
+\paper {
+  paper-height= 8\cm
+}
+
+\book {
+  \repeat unfold 3 { g'''1\mark \markup "Long Text" g'''1\break}
+}