]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-turn-page-breaking-repeats.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / page-turn-page-breaking-repeats.ly
index f43184dec39f38df5a8d6a5e297bbbcc45880bfe..3c5d0a6dc4ecebb1e09d72177155121bbf94b574 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.19.21"
 
 \header {
   texidoc = "The page-turn engraver will not count potential page
@@ -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
+}