May be something like:
\version "2.27.2"
\relative c' {
\set subdivideBeams = ##t
\once \override TupletNumber.text =
#(tuplet-number::non-default-tuplet-denominator-text 6)
\tuplet 3/2 { c16 c c c \tuplet 3/2 { c c c} }
}
Le dimanche 30 août 2026 à 17:35 +0200, Thomas Scharkowski a écrit :
> Sorry for not being clear - solution anyone?
>
> This gives what I do not want:
>
> \version "2.27.2"
> \relative c' {
> \set subdivideBeams = ##t
> \tuplet 6/4 { c16 c c c \tuplet 3/2 { c c c} }
> }
>
> Result:
> c[ c c] c[ \tuplet c c c]
>
> I want:
> c[ c] c[ c] \tuplet c[ c c]
>
> … and a primary beam for the whole expression.
>
>
>
>
> > Am 30.08.2026 um 15:35 schrieb Thomas Scharkowski
> > <[email protected]>:
> >
> >
> >
> > > Am 30.08.2026 um 14:59 schrieb Brian Barker <[email protected]>:
> > >
> > > At 14:56 30/08/2026 +0200, you wrote:
> > > > Yes, but I want a beam for the whole with SUBdivisions.
> > > > ;-)
> > >
> > > Aha! You didn't say that ...
> > >
> > > Brian Barker
> >
> > Really? ;-)
> >
> > "Help needed for subdivision of beams“
> >
> > "my desired beam subdivision“
> >
> > Thought this was clear enough…
> >
> > Thomas
>
>