repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Markup command name changes.
[lilypond.git]
/
input
/
regression
/
markup-column-align.ly
blob
a2e1e4cad7edc26a4fc21dbae2d6368913c40b49
1
\version
"2.11.57"
2
\header
{
3
4
texidoc
=
"Fixed horizontal alignment of columns of text can be set using
5
\left-column, \center-column and \right-column.
6
"
7
8
}
9
10
\markup
{
11
\line
{
12
\left
-column
{
13
one
14
two
15
three
16
}
17
\hspace
#
4
18
\center
-column
{
19
one
20
\left
-align
21
two
22
three
23
}
24
\hspace
#
6
25
\right
-column
{
26
one
27
two
28
three
29
}
30
}
31
}