Hi all,

I have some tuplets in a vocal line, where I'd want the bracket/triplet
number to be above the staff so as not to interact with the lyrics below.
This sometimes causes a collision with slurs &c. So no worries, I thought,
simply set the avoid-slur property to something sensible and the issue
should be fixed.

However, the following example code results in some plainly wrong output,
as the beams are missing on the tuplets, and the number is not centered..:
\version "2.24.4"

\score {
<<
\new Staff {
\override TupletBracket.direction = #1
\override Staff.TupletNumber.avoid-slur = #'outside
\key d \major
\relative c'' {
fis2~ \tuplet 3/2 { fis8[( e)] d } \tuplet 3/2 { d8( cis) b }
}
}
>>
}
[image: image.png]

Does this match a known bug or am I the first to encounter this?

Aleksa Jakovljevic,
Montreal, Quebec, canada

Reply via email to