]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix page-breaking regression tests.
authorJoe Neeman <joeneeman@gmail.com>
Thu, 24 Dec 2009 22:32:52 +0000 (14:32 -0800)
committerJoe Neeman <joeneeman@gmail.com>
Thu, 24 Dec 2009 22:44:49 +0000 (14:44 -0800)
Decrease paper-height so that page-turn-page-breaking-badturns.ly,
page-turn-page-breaking and page-turn-page-breaking-repeats.ly are
forced to use more pages.

input/regression/page-turn-page-breaking-badturns.ly
input/regression/page-turn-page-breaking-repeats.ly
input/regression/page-turn-page-breaking.ly

index 6780c7ee56368c295e64278d30f7910902eee77d..06b15b580ad52f3747ce248947ec334eccd6f7ab 100644 (file)
@@ -10,7 +10,7 @@ should appear on 3 pages.
 \book {
   \paper {
     #(define page-breaking ly:page-turn-breaking)
-    paper-height = #60
+    paper-height = #40
     print-page-number = ##t
   }
 
index 377db25c55e6e3ef1c1fbdfcce1fb536e5dd4514..73224244e3d06603cba25466a556638f8273fbe3 100644 (file)
@@ -17,7 +17,7 @@ long gap at the beginning or at the end of the repeat.
 \book {
   \paper {
     #(define page-breaking ly:page-turn-breaking)
-    paper-height = #90
+    paper-height = #80
     print-page-number = ##t
     print-first-page-number = ##t
   }
index 371613f45b0bcbafe903b810286739969f1a42be..2e23c27c17b34c7fbf9819beed7d69c295795fcb 100644 (file)
@@ -18,7 +18,7 @@ in which case the turn will go after the special barline.
 
   \paper {
     #(define page-breaking ly:page-turn-breaking)
-    paper-height = #65
+    paper-height = #35
     auto-first-page-number = ##t
     print-page-number = ##t
     print-first-page-number = ##t