From: Joe Neeman Date: Wed, 28 Mar 2007 22:45:14 +0000 (+1000) Subject: Fix regression test (so that the notes fit on one line) X-Git-Tag: release/2.11.23-1~22^2~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5d7cc30bd94724efadf1e9c0c5385574ac7be91f;p=lilypond.git Fix regression test (so that the notes fit on one line) --- diff --git a/input/regression/page-turn-page-breaking.ly b/input/regression/page-turn-page-breaking.ly index 686622b7d5..f68818fb7c 100644 --- a/input/regression/page-turn-page-breaking.ly +++ b/input/regression/page-turn-page-breaking.ly @@ -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} }