Re: Y - offset problem on TupletBracket

2020-02-05 Thread David Kastrup
Paolo Prete writes: > On Wed, Feb 5, 2020 at 11:07 PM David Kastrup wrote: > >> Paolo Prete writes: >> >> >> >> >> >> Possibly >> >> >> >> \once \override TupletBracket.Y-offset = #(lambda (grob) >> >>(* -20 >> >>

Re: Y - offset problem on TupletBracket

2020-02-05 Thread Paolo Prete
On Wed, Feb 5, 2020 at 11:07 PM David Kastrup wrote: > Paolo Prete writes: > > > >> > >> Possibly > >> > >> \once \override TupletBracket.Y-offset = #(lambda (grob) > >>(* -20 > >> (ly:grob-property grob > >>

Re: Y - offset problem on TupletBracket

2020-02-05 Thread David Kastrup
Paolo Prete writes: > On Wed, Feb 5, 2020 at 10:32 PM David Kastrup wrote: > >> Paolo Prete writes: >> >> > Hello, >> > >> > as you can test with the following snippet, TupletBracket doesn't take >> into >> > account its direction when setting Y-offset (tested both on stable and >> > 2.19.83 ve

Re: Y - offset problem on TupletBracket

2020-02-05 Thread Paolo Prete
On Wed, Feb 5, 2020 at 10:32 PM David Kastrup wrote: > Paolo Prete writes: > > > Hello, > > > > as you can test with the following snippet, TupletBracket doesn't take > into > > account its direction when setting Y-offset (tested both on stable and > > 2.19.83 versions) > > > > { > > \once \over

Re: Y - offset problem on TupletBracket

2020-02-05 Thread David Kastrup
Paolo Prete writes: > Hello, > > as you can test with the following snippet, TupletBracket doesn't take into > account its direction when setting Y-offset (tested both on stable and > 2.19.83 versions) > > { > \once \override TupletBracket.direction = #UP > \once \override TupletBracket.Y-offset

Y - offset problem on TupletBracket

2020-02-05 Thread Paolo Prete
Hello, as you can test with the following snippet, TupletBracket doesn't take into account its direction when setting Y-offset (tested both on stable and 2.19.83 versions) { \once \override TupletBracket.direction = #UP \once \override TupletBracket.Y-offset = -20 \tuplet 3/2 { c'''4 c'' c''} }