On Wed, Feb 5, 2020 at 11:07 PM David Kastrup <[email protected]> wrote: > Paolo Prete <[email protected]> writes: > > > >> > >> 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 >
What I expect is: Bracket above the staff ---> Y-offset > 0 Bracket below the staff ---> Y-offset < 0
