lilypond-user
[Top][All Lists]
Advanced

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

Re: Tempo text spacing


From: Jay Anderson
Subject: Re: Tempo text spacing
Date: Sun, 8 Jul 2012 17:09:42 -0700

On Sun, Jul 8, 2012 at 2:21 PM, Hilary Snaden <address@hidden> wrote:
> Is there a way of making note spacing accommodate \tempo text? \textLengthOn
> has no effect.
>
> I'm engraving a piece with a great many tempo changes, and while their texts
> aren't colliding, they're overlapping in a way which is less than clear.

tempoTextLengthOn =
{
  \override Score.MetronomeMark #'extra-spacing-width = #'(0 . 0)
  \override Score.MetronomeMark #'extra-spacing-height = #'(-inf.0 . +inf.0)
}

tempoTextLengthOff =
{
  \override Score.MetronomeMark #'extra-spacing-width = #'(+inf.0 . -inf.0)
  \override Score.MetronomeMark #'extra-spacing-height = #'(0 . 0)
}

-----Jay



reply via email to

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