X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-turn-page-breaking-auto-first-page2.ly;h=076173b5b6b3fe02c64ede0f449ef3cee7982027;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=710bc54ec7e7fdaabc5ab80b34eec63948fbae2c;hpb=2b5cabd0f53c8fc3e553fee7b3aa5c3352e1106a;p=lilypond.git 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 710bc54ec7..076173b5b6 100644 --- a/input/regression/page-turn-page-breaking-auto-first-page2.ly +++ b/input/regression/page-turn-page-breaking-auto-first-page2.ly @@ -1,10 +1,10 @@ -\version "2.11.20" +\version "2.14.0" \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 17 {a4 b c d} + \repeat unfold 30 {a4 b c d} } } -} \ No newline at end of file +}