Update .ly files.
[lilypond.git] / input / regression / markup-column-align.ly
blob5d5a2c56c49e5d00bbdafabdb61322b79cb55731
1 \version "2.12.0"
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