]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-top-title-spacing.ly
vertical spacing: Convert affected regtests.
[lilypond.git] / input / regression / page-spacing-top-title-spacing.ly
1 \version "2.13.36"
2
3 #(set-default-paper-size "a6")
4
5 \book {
6
7   \header {
8     texidoc = "@var{top-markup-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-markup-spacing = #'((minimum-distance . 30))
15     ragged-bottom = ##t
16   }
17
18   { c'1 \pageBreak c'1 }
19 }