Dear Thomas,
> 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.
>
>
Here is my solution:
%% BEGIN %%
\version "2.27.2"
\relative c' {
\set subdivideBeams = ##t
\tuplet 6/4 { c16
\set stemRightBeamCount = 1
c
\set stemLeftBeamCount = 1
\set stemRightBeamCount = 2
c
\set stemLeftBeamCount = 2
\set stemRightBeamCount = 1
c \tuplet 3/2 { \set stemLeftBeamCount = 1 c c c} }
}
%% END %%
With my Frescobaldi, I set keyboard shortcuts for
"\set stemRightBeamCount =" and "\set stemLeftBeamCount =“ as I use them quite
often.
Hope this gets closer to what you are looking for.
Regards,
Yoshi
-- -- --
Yoshiaki Onishi
https://github.com/yoshiakionishi/lilypond-snippets