]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-top-system-spacing.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / page-spacing-top-system-spacing.ly
1 \version "2.16.0"
2
3 #(set-default-paper-size "a6")
4
5 \book {
6
7   \header {
8     texidoc = "top-system-spacing controls the spacing to the first
9 non-title staff on every page."
10     title = "Title"
11   }
12
13   \paper {
14     top-system-spacing = #'((minimum-distance . 30))
15     ragged-bottom = ##t
16   }
17
18   { c'1 \pageBreak c'1 }
19 }