]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-breaks.ly
Refresh patch
[lilypond.git] / input / regression / page-breaks.ly
index 00e28d9c64db7b3428a3753f67c3d1fcf050fe04..e47a85f142f2c6ef8ebe0a0844ffac4bc62a3e2c 100644 (file)
@@ -1,9 +1,9 @@
-\version "2.5.13"
+\version "2.16.0"
 
 \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"
@@ -24,7 +24,7 @@
 }
 
 \paper {
-  raggedlastbottom = ##f
+  ragged-last-bottom = ##f
 
   bookTitleMarkup = \markup {
     \override #'(baseline-skip . -3)
     \column {
       \fill-line {
        " "
-       \line { "Music engraving by LilyPond" #(ly:export (lilypond-version)) }4
+       \line { "Music engraving by LilyPond" #(lilypond-version) }4
        " "
       }
       \with-url
       %% todo: lilypond.org/music-engraving
-      #"http://lilypond.org/web/"
+      #"http://lilypond.org/"
       \fill-line {
        "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 }
     }
   }
 }