]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-breaking-markup-padding2.ly
6c0d2da0db3c44bd6fdd37fe2119a219e487589c
[lilypond.git] / input / regression / page-breaking-markup-padding2.ly
1 \version "2.14.0"
2
3 #(set-default-paper-size "a6")
4
5 \book {
6   \header {
7     texidoc = "Padding between a markup and a system is honored by
8 the page breaker.  This should take up two pages."
9   }
10
11   \paper {
12     markup-system-spacing = #'((padding . 300))
13   }
14
15   \markup "00"
16   \markup "01"
17   { c' }
18 }