bug-lilypond
[Top][All Lists]
Advanced

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

Re: Tuplet numbers collide with articulations when notes are slurred


From: Jean Abou Samra
Subject: Re: Tuplet numbers collide with articulations when notes are slurred
Date: Fri, 21 May 2021 07:18:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1



Le 21/05/2021 à 02:14, Nate Whetsell a écrit :
Hi there,

Thanks for all your work on LilyPond!

When notes in a tuplet are slurred, tuplet numbers can collide with 
articulations that appear above notes. When notes in a tuplet aren’t slurred, 
tuplet numbers appear above articulations. Here’s an example that illustrates 
the behavior:

```
\version "2.22.1"
{
   \tuplet 3/2 4 { a'8 a'-+ a' a'( a'-+ a') }
}
```

It seems like the vertical position of the tuplet numbers should be the same.

(I also tried this using the latest version from the Git repo, and the behavior 
is the same.)

All the best,
Nate

Hello,

Thank you for your well-informed report. This is actually a known issue:

https://gitlab.com/lilypond/lilypond/-/issues/5379

Basically, the script stops reacting to the tuplet bracket because it thinks it will be outside of the slur and the bracket will be inside, as if the slur were up. I once tried to limit that to the case where the directions are the same, but got stuck in cyclic dependencies.

Best regards,
Jean



reply via email to

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