Re: Top-aligned and bottom-aligned markup with TextScript staff-padding

2006-09-04 Thread Trevor Bača
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

Re: Top-aligned and bottom-aligned markup with TextScript staff-padding

2006-09-04 Thread Kieren MacMillan
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.

Top-aligned and bottom-aligned markup with TextScript staff-padding

2006-09-04 Thread Trevor Bača
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