Re: moving tuplet number nearer to beam

2019-04-01 Thread Werner LEMBERG
> padding (for TupletNumber) only comes into effect for Y-offset when > considering kneed beams: > > > \version "2.19.82" > { > \tuplet 5/2 { b8[ b'' b b'' b] } > \once \override TupletNumber.padding = #1 > \tuplet 5/2 { b8[ b'' b b'' b] } > } > > > Otherwise, the computation is

Re: moving tuplet number nearer to beam

2019-04-01 Thread Aaron Hill
On 2019-04-01 1: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 undoc

Re: moving tuplet number nearer to beam

2019-04-01 Thread Werner LEMBERG
>> 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 ou

Re: moving tuplet number nearer to beam

2019-04-01 Thread Ben
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 undocum

moving tuplet number nearer to beam

2019-04-01 Thread Werner LEMBERG
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 \o

Re: Moving tuplet number

2015-03-30 Thread Andrew Bernard
Gentlemen, Thank You! Here’s a simplified example of the horizontal shift of the tuplet number that I want to achieve. The key to it is the understanding of the use of the X-extent property. Thank you so much for your help. \version "2.19.17" bass = \relative c {   \time 1/4   \clef bass   \o

Re: Moving tuplet number

2015-03-30 Thread David Nalesnik
Hi Harm, Andrew-- On Mon, Mar 30, 2015 at 10:45 AM, Thomas Morley wrote: > Hi Andrew, > > 2015-03-30 17:06 GMT+02:00 David Nalesnik : > > Hi Andrew, > > > > On Mon, Mar 30, 2015 at 9:11 AM, Andrew Bernard < > andrew.bern...@gmail.com> > > wrote: > >> > >> How can you move a tuplet number to a di

Re: Moving tuplet number

2015-03-30 Thread Thomas Morley
Hi Andrew, 2015-03-30 17:06 GMT+02:00 David Nalesnik : > Hi Andrew, > > On Mon, Mar 30, 2015 at 9:11 AM, Andrew Bernard > wrote: >> >> How can you move a tuplet number to a different position relative to the >> centre of the bracket, say 75% along rather than 50%? >> >> I can use X-offset for the

Re: Moving tuplet number

2015-03-30 Thread David Nalesnik
Hi Andrew, On Mon, Mar 30, 2015 at 9:11 AM, Andrew Bernard wrote: > How can you move a tuplet number to a different position relative to the > centre of the bracket, say 75% along rather than 50%? > > I can use X-offset for the TupletNumber, but this reveals the gap in the > bracket that is the

Moving tuplet number

2015-03-30 Thread Andrew Bernard
How can you move a tuplet number to a different position relative to the centre of the bracket, say 75% along rather than 50%? I can use X-offset for the TupletNumber, but this reveals the gap in the bracket that is the room for the number. How does one move that as well? Andrew