On Sun, 22 Sept 2024 at 22:20, Paul Scott <[email protected]> wrote: > > How can I make this happen in one staff with all the stems down?
Hello,
Or use \partCombine, it's not clear what you are after.
instrumentOne = \fixed c'' { \partCombineUnisono e8( f~ \partCombineChords
f2.) }
instrumentTwo = \fixed c'' { e8( f d2.) }
<<
\new Staff \with {
printPartCombineTexts = ##f
} \partCombine \instrumentOne \instrumentTwo
>>
Kind regards,
Xavier
