lilypond-user
[Top][All Lists]
Advanced

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

Re: moving tuplet number nearer to beam


From: Werner LEMBERG
Subject: Re: moving tuplet number nearer to beam
Date: Mon, 01 Apr 2019 23:06:30 +0200 (CEST)

>> if I use `\magnifyStaff', the tuplet number is too far away from
>> the beam.  How can I move it nearer to the beam?  Looking into
>> `tuplet-number.cc' I see a `padding' property with a default value
>> of 0.5 (and which is apparently completely undocumented).
> 
> There's a few ways to pad out the tuplet number depending on how you
> want to approach the padding.  Does this help?
> 
> <<
>   \new Staff \with {
>     \magnifyStaff #(magstep -5)
>   } {
>     % \tweak padding #1
>     \override TupletNumber.Y-offset = #2.3

This works, thanks.  However, this is an ad-hoc value for a certain
situation.  I would rather like to really adjust the padding...

What other ways do you suggest?  `\tweak padding' doesn't work for me.


    Werner

reply via email to

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