MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / page-spacing-top-system-spacing.ly
blobb93f29223b618765c421b66dded2966bfa68ebf9
1 \version "2.13.36"
3 #(set-default-paper-size "a6")
5 \book {
7 \header {
8 texidoc = "top-system-spacing controls the spacing to the first
9 non-title staff on every page."
10 title = "Title"
13 \paper {
14 top-system-spacing = #'((minimum-distance . 30))
15 ragged-bottom = ##t
18 { c'1 \pageBreak c'1 }