4 texidoc
= "The page-turn engraver will not count potential page
5 turns if they occur in the middle of a repeat unless there is a
6 long gap at the beginning or at the end of the repeat.
13 \consists "Page_turn_engraver"
19 #(define page-breaking ly
:page-turn-breaking
)
21 print-page-number
= ##t
22 print-first-page-number
= ##t
27 \set Score
.skipBars
= ##t
28 % this should be kept on one page
30 \repeat unfold
6 {a4 b c d16 d d d} R
1*10
31 \repeat unfold
8 {a4 b c d16 d d d} \pageTurn
34 a4 b c d a b c d \pageBreak
36 % this should be allowed to have a page turn
38 \repeat unfold
7 {a4 b c d16 d d d} R
1*10
39 \repeat unfold
7 {a4 b c d16 d d d} R
1*3