]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-turn-page-breaking-auto-first-page.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / page-turn-page-breaking-auto-first-page.ly
index a9c3f31bf93db71e7a21d1d94c53f418b8337620..e766c885e320a735314e02fecbf5080973806db8 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.19.21"
 
 \header {
   texidoc = "By default, we start with page 1, which is on the right hand side
@@ -17,6 +17,6 @@ number to 2 in order to avoid a bad page turn."
 
 \book {
   \score {
-    {\repeat unfold 40 {a b c d}}
+    \relative {\repeat unfold 60 {a b c d}}
   }
-}
\ No newline at end of file
+}