Hi Jamie,
Does anyone know a way to force the baselines
of separate markups to horizontally aligned?
Here's one option:
%%%%%%%%%%%%%%%%%%%%%%%%%
fixedExample =
{
\override Score.TextScript #'padding = #6
\override Score.TextScript #'extra-offset = #'(0 . 3)
\override Score.Hairpin #'extra-offset = #'(0 . -4.5)
g'8_"[t - t]" d' r4 \times 2/3{b8_"[k - k]" b r} a16\<_"[t - k - t -
k]"
c' d' e' |
f'1_"[ti]"
}
\score { \fixedExample }
%%%%%%%%%%%%%%%%%%%%%%%%%
You might also adapt the dynamic baseline trick that Mats posted a
few months ago.
HTH!
Kieren.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user