]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-turn-page-breaking-badturns.ly
ff872ae2123ab487c305d4fe1793b309a82c45bd
[lilypond.git] / input / regression / page-turn-page-breaking-badturns.ly
1 \version "2.9.13"
2
3 \header{
4     texidoc="If there are no good places to have a page turn,
5 the optimal-breaker will just have to recover gracefully. This
6 should appear on 3 pages.
7 "
8 }
9
10 \paper {
11   #(define page-breaking ly:page-turn-breaking)
12   paper-height = #70
13   print-page-number = ##t
14 }
15
16 \relative c' {
17   a b c d a b c d \break
18   c d e f c d e f \break
19   d e f g d e f g
20 }
21
22