X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-turn-page-breaking-repeats.ly;h=4834ceb0d1c808b17fc726dc576977b00f8c1893;hb=20b8c1519bbba8728457aa98e59993837bedfb04;hp=f43184dec39f38df5a8d6a5e297bbbcc45880bfe;hpb=eea610885f6fb119644954939af8eb08450639f6;p=lilypond.git diff --git a/input/regression/page-turn-page-breaking-repeats.ly b/input/regression/page-turn-page-breaking-repeats.ly index f43184dec3..4834ceb0d1 100644 --- a/input/regression/page-turn-page-breaking-repeats.ly +++ b/input/regression/page-turn-page-breaking-repeats.ly @@ -1,4 +1,4 @@ -\version "2.10.0" +\version "2.11.51" \header { texidoc = "The page-turn engraver will not count potential page @@ -17,7 +17,7 @@ long gap at the beginning or at the end of the repeat. \book { \paper { #(define page-breaking ly:page-turn-breaking) - paper-height = #80 + paper-height = #90 print-page-number = ##t print-first-page-number = ##t } @@ -27,7 +27,7 @@ long gap at the beginning or at the end of the repeat. \set Score.skipBars = ##t % this should be kept on one page \repeat volta 2 { - \repeat unfold 7 {a4 b c d16 d d d} R1*10 + \repeat unfold 6 {a4 b c d16 d d d} R1*10 \repeat unfold 8 {a4 b c d16 d d d} \pageTurn } % use up a page @@ -40,4 +40,4 @@ long gap at the beginning or at the end of the repeat. } } } -} \ No newline at end of file +}