lilypond-user
[Top][All Lists]
Advanced

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

Re: textlength in timesig


From: Kieren MacMillan
Subject: Re: textlength in timesig
Date: Mon, 15 Sep 2008 11:16:17 -0400

Hi Stefan,

thanks for Your fast answer. Do You mean with "blabla" the actual markup command, like "Piu mosso"?

No… I mean, if you look at the definition of \textLengthOn (found in property-init.ly), you'll see that it says

textLengthOn = {
  \override TextScript #'extra-spacing-width = #'(0 . 0)
  \override TextScript #'extra-spacing-height = #'(-inf.0 . +inf.0)
}

In order for this to work on your TimeSig context, you probably have to define

textLengthOnTS = {
  \override TimeSig.TextScript #'extra-spacing-width = #'(0 . 0)
\override TimeSig.TextScript #'extra-spacing-height = #'(-inf.0 . +inf.0)
}

and use that instead [and equivalently for \textLengthOff].

HTH!
Kieren.



reply via email to

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