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