lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to prevent \center-column colliding with other markup?


From: Neil Puttock
Subject: Re: How to prevent \center-column colliding with other markup?
Date: Sat, 8 Nov 2008 13:19:57 +0000

Hi Risto,

2008/11/8 Risto Vääräniemi <address@hidden>:
> 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]