Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(196)

Unified Diff: input/regression/page-overflow-compression.ly

Issue 3422041: Fix 1252 by compressing page (Closed)
Patch Set: Add regression test Created 13 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lily/page-layout-problem.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: 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
index 0000000000000000000000000000000000000000..40f8b9d3eabb6310227fe95e5e829bda09222d70
--- /dev/null
+++ b/input/regression/page-overflow-compression.ly
@@ -0,0 +1,17 @@
+\version "2.13.41"
+
+\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}
+}
« no previous file with comments | « no previous file | lily/page-layout-problem.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b