From bd1e852f28c049ffddd1cd16cac06e66dddb2bb8 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Thu, 19 Aug 2010 17:54:53 -0700 Subject: [PATCH] Fix 1220. --- .../regression/page-turn-page-breaking-auto-first-page2.ly | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} } } } -- 2.39.2