lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup with long notes spacing


From: Aaron Hill
Subject: Re: Markup with long notes spacing
Date: Sun, 24 Oct 2021 11:49:21 -0700
User-agent: Roundcube Webmail/1.4.9

On 2021-10-24 10:56 am, Erika Pirnes wrote:
I thought "textLenghtOn" would solve my problems but it seemingly just
moves them somewhere else, here the other part (see first measure of
the example). I also tried experimenting with
"SpacingSpanner.base-shortest-duration" but it doesn't solve the
problem and makes the spacing look pretty ridiculous after some point.

Any suggestions?

[...]
tempos = {
\textLengthOn
s2^\atempo
s2^\rit
\textLengthOff
s2^\atempo
s2^\rit
}
[...]

\textLengthOn *should* be the tool for the job. The first measure, however, does not need it as the eighth notes are plenty to keep the two texts away from each other.

This seems to fix the second measure, unless I am misunderstanding what you need:

%%%%
tempos = {
s2^\atempo
s2^\rit
\once \textLengthOn s2^\atempo
s2^\rit
}
%%%%


-- Aaron Hill



reply via email to

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