Ah, "why" questions are always difficult.  I suspect that setting the
tuplet bracket priority to 1000 screws something else up, but that's
just a guess.

--
Knute Snortum


--
Knute Snortum



On Fri, Dec 11, 2020 at 10:34 AM Gilberto Agostinho
<gilbertohasn...@googlemail.com> wrote:
>
> Hi Knute,
>
> Thank you so much for the quick reply!
>
> On 11/12/2020 17:37, Knute Snortum wrote:
> > Try this:
> >
> > %%%
> > \version "2.20.0"
> > {
> >       \override TupletBracket.outside-staff-priority = 1000
> >       \tuplet 3/2 {
> >          f'2
> >          r8
> >          ges''4.
> >          aes'2
> >      }
> >      \tuplet 5/4 {
> >          bes'16
> >          aes'8. ~
> >          aes'4
> >          ges''16
> >          aes'8. ~
> >          aes'16 r4..
> >      }
> > }
> > %%%
>
> This works like a charm! Is there a reason why the default engraving
> results in these collisions of tuplets and accidentals when there is
> such a simple solution to make them look better? Is there any downside
> to altering it's outside-staff-priority?
>
> Many thanks,
> Gilberto
>

Reply via email to