]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix regression test (so that the notes fit on one line)
authorJoe Neeman <joeneeman@gmail.com>
Wed, 28 Mar 2007 22:45:14 +0000 (08:45 +1000)
committerJoe Neeman <joeneeman@gmail.com>
Mon, 16 Apr 2007 23:25:34 +0000 (09:25 +1000)
input/regression/page-turn-page-breaking.ly

index 686622b7d5b7436deebe6acd142de23d42facf4f..f68818fb7cbe42823d35ad19f521727fd61dad55 100644 (file)
@@ -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}
     }