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: Gilberto Agostinho
Subject: Re: collisions between tuplet numbers and accidentals
Date: Fri, 11 Dec 2020 18:34:48 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.1

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

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