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..
}
}
%%%
--
Knute Snortum
On Fri, Dec 11, 2020 at 4:50 AM Gilberto Agostinho <
[email protected]> wrote:
> Hi everyone,
>
> I am having an issue with collisions between tuplet numbers and
> accidentals. Is there a good way of handling these other than manually
> tweaking every single tuplet in the score?
>
> Example:
>
> \version "2.20.0"
> {
> \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..
> }
> }
>
> Producing: https://i.postimg.cc/RC3x3zXh/Untitled.png
>
> Many thanks,
> Gilberto
>
>