Matts,
I failed to mention that the voices are explicitly defined. Mark From: Mats Bengtsson <[email protected]> Sent: Tuesday, February 11, 2025 12:30 PM To: [email protected] Cc: [email protected] Subject: Re: note column shift On 2025-02-11 21:16, Knute Snortum wrote: You can achieve what you're after just with \voice commands: %%% \version "2.24.4" \new Staff << \new Voice \relative { \voiceOne r8 e''~ e4 } \new Voice \relative { \voiceThree r8 c''~ c4 } \new Voice \relative { \voiceFour r8 e' fes4 } >> or simply the following (which is equivalent to the above with \voiceFour replaced by \voiceTwo, which doesn't change anything in this particular example): \relative c'' { << { r8 e ~ 4 } \\ { r8 e, fes4 } \\ { r8 c' ~ 4 } >> } /Mats
