Prevent segfault with arpeggio + no staff-symbol.
[lilypond/mpolesky.git] / input / regression / page-spacing-top-title-spacing.ly
blob823b62fe257a080ea85f5c4392d7a99844159bcf
1 \version "2.13.2"
3 #(set-default-paper-size "a6")
5 \book {
7 \header {
8 texidoc = "@var{top-title-spacing} controls the spacing
9 from the top margin to a title (or markup), provided that it is
10 the first system on a page."
11 title = "Title" }
13 \paper {
14 top-title-spacing = #'((minimum-distance . 30))
15 ragged-bottom = ##t
18 { c'1 \pageBreak c'1 }