From: Joe Neeman Date: Fri, 20 Aug 2010 00:54:53 +0000 (-0700) Subject: Fix 1220. X-Git-Tag: release/2.13.31-1~28 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bd1e852f28c049ffddd1cd16cac06e66dddb2bb8;p=lilypond.git Fix 1220. --- diff --git a/input/regression/page-turn-page-breaking-auto-first-page2.ly b/input/regression/page-turn-page-breaking-auto-first-page2.ly index a71c222e63..d67541beab 100644 --- a/input/regression/page-turn-page-breaking-auto-first-page2.ly +++ b/input/regression/page-turn-page-breaking-auto-first-page2.ly @@ -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} } } }