]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-paper-column-padding.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-paper-column-padding.ly
1 \version "2.17.6"
2
3 \header {
4   texidoc = "The space after a paper column can be increased by overriding
5 the padding property."
6 }
7
8 \layout {
9   \context {
10     \Score
11     \override PaperColumn.padding = #10
12     \override NonMusicalPaperColumn.padding = #10
13   }
14 }
15
16 {a b}