On 9/4/06, Kieren MacMillan <[EMAIL PROTECTED]> wrote:
Hi, Trevor:
> Anyone have something handy to make the markup in this example
> *bottom-align* (instead of top-aligning)?
"NORM has ascenders, but "norm" doesn't.
Therefore, you need to add an invisible ascender letter (e.g.,
capital) to for
Hi, Trevor:
Anyone have something handy to make the markup in this example
*bottom-align* (instead of top-aligning)?
"NORM has ascenders, but "norm" doesn't.
Therefore, you need to add an invisible ascender letter (e.g.,
capital) to force it to have the same vertical extent as the other one.
Hi,
Anyone have something handy to make the markup in this example
*bottom-align* (instead of top-aligning)?
%%% BEGIN TOP-ALIGNED MARKUP SNIPPET %%%
\version "2.9.16"
\new Staff {
\time 2/4
\override TextScript #'staff-padding = #4
c'4_\markup "NORM"
c'4_\markup "norm"
}
%%% END TO