Le lundi 08 avril 2024 à 09:22 -0700, Paul Scott a écrit : > Many years ago I could nest square brackets in Lilypond. How can I write > this now incorrect code: > > a16[[ 16 16] 16[ 16 16]] i.e. two groups of 3 beamed 16th notes joined > by a single beam. > > I have looked at NR 1,2,4
A little bit manual, but you can do
\version "2.24.2"
{
\time 6/8
a'16 16 \set stemRightBeamCount = 1 16 \set stemLeftBeamCount = 1 16 16 16
}
https://lilypond.org/doc/v2.24/Documentation/notation/beams.html#manual-beams
signature.asc
Description: This is a digitally signed message part
