]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-breaking-markup-padding2.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / page-breaking-markup-padding2.ly
1 \version "2.16.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 }