lilypond-user
[Top][All Lists]
Advanced

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

Re: Tuplet brackets too short?


From: Werner LEMBERG
Subject: Re: Tuplet brackets too short?
Date: Fri, 20 Oct 2023 05:33:19 +0000 (UTC)

> Shouldn't both tuplet brackets span every notecolumn within the
> purview of the last note's duration?

Yes, at least according to Gould.  Using `tupletFullLength` helps, but
now tuplet brackets are too long:

```
\new Staff
{ \set Staff.tupletFullLength = ##t
  \time 2/4
  << \tuplet 3/2 { c''4 d'' c'' } \\ \tuplet 3/2 { g'4 a'2 } >>
}
```

It looks like a tricky problem, and it seems not to be covered in the
tracker, so please file an issue.


    Werner

PNG image


reply via email to

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