MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / page-spacing-top-markup-spacing.ly
blob63fffba04e6c48ba629f042bf63b4f9ea5c038bb
1 \version "2.13.36"
3 #(set-default-paper-size "a6")
5 \book {
7 \header {
8 texidoc = "@code{top-markup-spacing} controls the spacing from
9 the top of the printable area (i.e. the bottom of the top margin)
10 to a title or markup, when it is the first item on a page."
11 title = "Title"
14 \paper {
15 top-markup-spacing = #'((minimum-distance . 30))
16 ragged-bottom = ##t
19 { c'1 \pageBreak c'1 }