lilypond-user
[Top][All Lists]
Advanced

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

Re: textlength in timesig


From: Stefan Thomas
Subject: Re: textlength in timesig
Date: Mon, 15 Sep 2008 17:55:55 +0200

Dear Kieren,
it worked well so far. But let me ask one more question:
How could I change the alignment of the tempo-text (e.g. "Subito Piu Mosso" ) to the left side of the multimeasure bar?

2008/9/15 Kieren MacMillan <address@hidden>
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]