X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-turn-page-breaking.ly;h=2e23c27c17b34c7fbf9819beed7d69c295795fcb;hb=9efefe47a0ead1c618566df8d845705c36693ac8;hp=686622b7d5b7436deebe6acd142de23d42facf4f;hpb=9c5c0885f84ce3d3ec852c13af2d66f18d8b07c9;p=lilypond.git diff --git a/input/regression/page-turn-page-breaking.ly b/input/regression/page-turn-page-breaking.ly index 686622b7d5..2e23c27c17 100644 --- a/input/regression/page-turn-page-breaking.ly +++ b/input/regression/page-turn-page-breaking.ly @@ -1,4 +1,4 @@ -\version "2.10.0" +\version "2.12.0" \header{ texidoc="The page-turn breaker will put a page turn after @@ -18,7 +18,7 @@ in which case the turn will go after the special barline. \paper { #(define page-breaking ly:page-turn-breaking) - paper-height = #65 + paper-height = #35 auto-first-page-number = ##t print-page-number = ##t print-first-page-number = ##t @@ -28,7 +28,7 @@ in which case the turn will go after the special barline. \relative c' { a b c d a b c d \break c d e f c d e f R1*4 - \repeat unfold 15 {d4 e f g} \break + \repeat unfold 13 {d4 e f g} \break c d e f c d e f R1*2 \bar "||" R1*2 \repeat unfold 15 {d4 e f g} }