> 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