Hi Risto,
2008/11/8 Risto Vääräniemi <[EMAIL PROTECTED]>:
> Hi,
>
> I am trying to add a \center-column'ed text in my markup block.
> However, that part is not properly aligned (at least in my opinion)
> and it is partially placed on top of the text that's on its left side.
> Should I wrap the \center-column part inside some other markup
> function? I already tried \line and \column.
The second column needs to be aligned in relation to the first using
\left-align:
\markup
{
\number \override #'(baseline-skip . 0)
{
\concat {
\center-column { 7 4 }
\left-align
\center-column { \concat { 4 + 3 } 4 }
}
}
}
Cheers,
Neil
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user