On 4/1/2019 4:16 PM, Werner LEMBERG wrote:
Folks,


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).  However, doing
something like

   \override TupletNumber.padding = #4

has zero effect...


     Werner

Hi Werner,

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
    \tuplet 3/2 { f'8[ g' a'] }
  }

  \new Staff {
    \tuplet 3/2 { f'8[ g' a'] }
  }
>>

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

Reply via email to