lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup baseline alignment


From: Kieren MacMillan
Subject: Re: Markup baseline alignment
Date: Wed, 10 Sep 2008 17:47:12 -0400

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.




reply via email to

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