MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / page-turn-page-breaking-auto-first-page2.ly
blobd67541beabeb8976dea866e591d227b42550d970
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.
6 Although the first measure could go on a page by itself, this would require
7 stretching the first page badly, so we should automatically set the first page
8 number to 2 in order to avoid a bad page turn."
11 \paper {
12 page-breaking = #ly:page-turn-breaking
13 auto-first-page-number = ##t
14 print-first-page-number = ##t
17 #(set-default-paper-size "a6")
19 \layout {
20 \context {
21 \Staff
22 \consists "Page_turn_engraver"
26 \book {
27 \score {
29 a b c d R1
30 \repeat unfold 30 {a4 b c d}