Markup command name changes.
[lilypond.git] / input / regression / markup-column-align.ly
bloba2e1e4cad7edc26a4fc21dbae2d6368913c40b49
1 \version "2.11.57"
2 \header {
4 texidoc = "Fixed horizontal alignment of columns of text can be set using
5 \left-column, \center-column and \right-column.
10 \markup {
11 \line {
12 \left-column {
13 one
14 two
15 three
17 \hspace #4
18 \center-column {
19 one
20 \left-align
21 two
22 three
24 \hspace #6
25 \right-column {
26 one
27 two
28 three