]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-markups.ly
55acfaeef6ab4a947a4e6b939d49e8c7250322e9
[lilypond.git] / input / regression / page-spacing-markups.ly
1 \version "2.14.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   \markuplines {
14     \column { A B } C D E
15   }
16 }