bug-lilypond
[Top][All Lists]
Advanced

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

Tuplet numbers collide with articulations when notes are slurred


From: Nate Whetsell
Subject: Tuplet numbers collide with articulations when notes are slurred
Date: Thu, 20 May 2021 20:14:39 -0400

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


reply via email to

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