lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: collisions between tuplet numbers and accidentals


From: Knute Snortum
Subject: Re: collisions between tuplet numbers and accidentals
Date: Fri, 11 Dec 2020 09:37:33 -0800

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 <gilbertohasnofb@googlemail.com> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]