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