]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix 1220.
authorJoe Neeman <joeneeman@gmail.com>
Fri, 20 Aug 2010 00:54:53 +0000 (17:54 -0700)
committerJoe Neeman <joeneeman@gmail.com>
Fri, 20 Aug 2010 00:54:53 +0000 (17:54 -0700)
input/regression/page-turn-page-breaking-auto-first-page2.ly

index a71c222e6377ecce466474e0bf4006292395726b..d67541beabeb8976dea866e591d227b42550d970 100644 (file)
@@ -3,8 +3,8 @@
 \header {
   texidoc = "By default, we start with page 1, which is on the right hand side
 of a double page. In this example, auto-first-page-number is set to ##t.
-ALthough the music will fit on a single page, it would require stretching the
-first page badly, so we should automatically set the first page
+Although the first measure could go on a page by itself, this would require
+stretching the first page badly, so we should automatically set the first page
 number to 2 in order to avoid a bad page turn."
 }
 
@@ -27,7 +27,7 @@ number to 2 in order to avoid a bad page turn."
   \score {
     {
       a b c d R1
-      \repeat unfold 26 {a4 b c d}
+      \repeat unfold 30 {a4 b c d}
     }
   }
 }