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