MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / page-turn-page-breaking-auto-first-page.ly
blob0aa55705c1c103646854f11a212a9d11b4057c3c
1 \version "2.12.0"
3 \header {
4 texidoc = "By default, we start with page 1, which is on the right hand side
5 of a double page. In this example, auto-first-page-number is set to ##t and the
6 music won't fit on a single page, so we should automatically set the first page
7 number to 2 in order to avoid a bad page turn."
10 \paper {
11 page-breaking = #ly:page-turn-breaking
12 auto-first-page-number = ##t
13 print-first-page-number = ##t
16 #(set-default-paper-size "a6")
18 \book {
19 \score {
20 \relative c' {\repeat unfold 60 {a b c d}}