]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-turn-page-breaking-repeats.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / page-turn-page-breaking-repeats.ly
index f43184dec39f38df5a8d6a5e297bbbcc45880bfe..1c9624dd9757fb2a844b414a2a538cf8fd7b21ba 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.14.0"
 
 \header {
   texidoc = "The page-turn engraver will not count potential page
@@ -23,11 +23,11 @@ long gap at the beginning or at the end of the repeat.
   }
 
   \score {
-    \relative {
+    \relative c' {
       \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
+}