Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / input / regression / page-turn-page-breaking-auto-first-page2.ly
bloba71c222e6377ecce466474e0bf4006292395726b
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 music will fit on a single page, it would require stretching the
7 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 26 {a4 b c d}