]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-breaking-title-padding3.ly
945e828354ce02b6dce5a3734f41f9f072bed81b
[lilypond.git] / input / regression / page-breaking-title-padding3.ly
1 \version "2.13.4"
2
3 #(set-default-paper-size "a6")
4
5 \book {
6   \header {
7     texidoc = "Padding before titles is honoured by the page breaker.
8 This should take up two pages."
9   }
10
11   \paper {
12     before-title-spacing = #'((padding . 300))
13   }
14
15   \markup "00"
16   \markup "01"
17   \score {
18     { c'1 \allowPageTurn }
19   }
20   \markup "02"
21 }