]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-turn-page-breaking.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / page-turn-page-breaking.ly
index 686622b7d5b7436deebe6acd142de23d42facf4f..e377daf7bea0818967e4d1e9299174c45b918910 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.14.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}
     }