]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-top-title-spacing.ly
823b62fe257a080ea85f5c4392d7a99844159bcf
[lilypond.git] / input / regression / page-spacing-top-title-spacing.ly
1 \version "2.13.2"
2
3 #(set-default-paper-size "a6")
4
5 \book {
6
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" }
12
13   \paper {
14     top-title-spacing = #'((minimum-distance . 30))
15     ragged-bottom = ##t
16   }
17
18   { c'1 \pageBreak c'1 }
19 }