On Sun, Jul 8, 2012 at 2:21 PM, Hilary Snaden <h...@newearth.demon.co.uk> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to