]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix regression tests.
authorJoe Neeman <joeneeman@gmail.com>
Fri, 13 Apr 2007 23:58:37 +0000 (09:58 +1000)
committerJoe Neeman <joeneeman@gmail.com>
Mon, 16 Apr 2007 23:25:34 +0000 (09:25 +1000)
Remove warnings and account for changes in the way page height is
calculated.

input/regression/beam-quanting-horizontal.ly
input/regression/page-turn-page-breaking-auto-first-page2.ly
input/regression/page-turn-page-breaking-repeats.ly

index 3345eb7495add07820322301edcba62598a3f716..8698e600b22631098f2cbe5d596316ce18f39fb2 100644 (file)
@@ -14,14 +14,13 @@ lengths are between 2 and 1.5."
   a,[ a]  c[ c]
   d,8[ d]  g'[ g]
   g,[ g]  d'[ d]
+  \break
   c,16[ c]  a''[ a]
   a,[ a ]  c[ c]
-  \break
   c,32[  c]  a''[ a]
   f,[ f]  e'[ e]
   c,64[ c]  a''[ a]
   f,[ f]  e'[ e]
-  \break
 }
 
 
index 710bc54ec7e7fdaabc5ab80b34eec63948fbae2c..a49208b82d43e69881f8726bca8efe8c90933137 100644 (file)
@@ -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 26 {a4 b c d}
     }
   }
-}
\ No newline at end of file
+}
index f43184dec39f38df5a8d6a5e297bbbcc45880bfe..68dc56ce87c5537e050a5dd0b3a994d0ba32ad10 100644 (file)
@@ -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
+}