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

Reply via email to