]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-center-align-nocollision.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / markup-center-align-nocollision.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Text markup using @code{center-align} or @code{center-column} shall
5 still reserve space for its whole width and not overwrite the previous stencil."
6 }
7
8 \markup{\left-align { AAA BB }}
9 \markup{\center-align { AAA BB }}
10 \markup{\right-align { AAA BB }}
11
12 % Here the two center-columns should not collide with the +
13 \markup \line {
14   \center-column { \line {XXX} \line {Y} }
15   "+"
16   \center-column { \line {XXX} \line {Y}}
17 }