repo.or.cz
/
lilypond
/
mpolesky.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Start pictograms branch.
[lilypond/mpolesky.git]
/
input
/
regression
/
page-spacing-markups.ly
blob
47f39f028e659152413441cbe7e3220a49ab4a02
1
\version
"2.13.6"
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
}