Apologies for the inexact answer, that was a bit too rapid - if there is no
tie intended between the 2nd and 3rd f that is also possible without having
to define three voices:
\relative c' {
<< { s2 d'4( e) } \\ { f,4~ <a~ f> <a f>~ <d a f> } >>
}Cheers, Aleksa ---------- Forwarded message --------- Von: A Jakovljevic <[email protected]> Date: Sa., 20. Dez. 2025 um 15:48 Uhr Subject: Lilypond appears to group notes in different voices together as a chord To: Eirik B <[email protected]>, [email protected] < [email protected]> Adjusting the allocation of the notes between the voices to match what is in your source (apologies for using the abbreviated syntax here, for a one measure example it should be clear enough) should do the trick, no? \relative c' { << { s2 d'4( e) } \\ { f,4~ <a f>~ <a f>~ <d a f> } >> } Cheers, Aleksa
