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 <[EMAIL PROTECTED]>
> 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.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user