Hi, all.
Can someone tell me how to break the beaming on tuplet nesting? Here is
a snippet from "The Black Page" and I'd like to break the default beam
connecting the three nested tuplets.
Thanks .. mark.
---
\version "2.22"
tune = \relative c'' {
\clef treble
b2^"A" \tuplet 3/2 {
\tuplet 5/4 { b16 cis cis b d }
\tuplet 5/4 { f16 a, a bes c }
\tuplet 6/4 { e16 a bes f c g }}}
\score { \new Staff \tune }
