]> git.donarmstrong.com Git - lilypond.git/commitdiff
(paper): Set not raggedlastbottom,
authorJan Nieuwenhuizen <janneke@gnu.org>
Sun, 13 Mar 2005 14:39:41 +0000 (14:39 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sun, 13 Mar 2005 14:39:41 +0000 (14:39 +0000)
header/footer markings for regression-test.

input/regression/page-breaks.ly

index 00e28d9c64db7b3428a3753f67c3d1fcf050fe04..4be2adf8adec6448f20922ce710600f0d05ba15a 100644 (file)
@@ -3,7 +3,7 @@
 \header {
 
   texidoc = "Stress optimal page breaking.  This should look
-    nice on 4 a6 pages. "
+    nice and even on 4 a6 pages. "
 
   
   copyright = "Copyright by /me"
@@ -69,9 +69,7 @@
        "www.lilypond.org"
       }
     }
-}
-
-
+  }
 }
 
 #(set-default-paper-size "a6" 'portrait)
   \score {
     \new Staff \relative c' {
       %% 19: ideally cramped
-      \repeat unfold 19 { a b c d \break }
+      %% Calculating page breaks...[6][11][16]
+      %%\repeat unfold 19 { a b c d \break }
+      %% 15: test even distribution
+      %% Calculating page breaks...[5][9][13]
+      \repeat unfold 15 { a b c d \break }
     }
   }
 }