]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-breaking-markup-padding3.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / page-breaking-markup-padding3.ly
1 \version "2.16.0"
2
3 #(set-default-paper-size "a6")
4
5 \book {
6   \header {
7     texidoc = "Padding between a score and a markup is honored by
8 the page breaker.  This should take up two pages."
9   }
10
11   \paper {
12     score-markup-spacing = #'((padding . 300))
13   }
14
15   \markup "00"
16   \markup "01"
17   \score {
18     { c'1 \allowPageTurn }
19   }
20   \markup "02"
21 }