]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-markups.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / page-spacing-markups.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Adjacent lines of markup are placed as closely
5 together as possible."
6 }
7
8 #(set-default-paper-size "a6")
9 \book {
10   \paper {
11     ragged-last-bottom = ##f
12   }
13   \markuplist {
14     \column { A B } C D E
15   }
16 }