Paolo Prete <paolopr...@gmail.com> writes: > On Wed, Feb 5, 2020 at 10:32 PM David Kastrup <d...@gnu.org> wrote: > >> Paolo Prete <paolopr...@gmail.com> 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 = -20 >> > \tuplet 3/2 { c'''4 c'' c''} >> > } >> > >> > Is there a fix (or a proper way to manage it) for this? >> >> Possibly >> >> \once \override TupletBracket.Y-offset = #(lambda (grob) >> (* -20 >> (ly:grob-property grob >> 'direction))) >> >> -- >> > > Hi David, > thanks, it works. > Should the case be reported as a bug or is it expected behavior?
I am not sure what the behavior you expect is and how the actual behavior differs. -- David Kastrup