]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-first-system-title-spacing.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / input / regression / page-spacing-first-system-title-spacing.ly
1 \version "2.13.2"
2
3 #(set-default-paper-size "a6")
4
5 \book {
6
7   \header {
8     texidoc = "first-system-title-spacing controls the spacing to the title,
9 provided that it is the first system on a page."
10     title = "Title"
11   }
12
13   \paper {
14     first-system-title-spacing = #'((minimum-distance . 30))
15     ragged-bottom = ##t
16   }
17
18   { c'1 \pageBreak c'1 }
19 }