PS: As an added benefit, this allows for easier changes in case one wants to later modify one of the “layers” to have independent rhythm.

On 27.09.25 17:39, Simon Albrecht wrote:
\context Bottom <<
  { c4 4 4 4  1 }
  { g4 a b a  g1 }
  \relative { e'4 f g f  e1 }
>>
into
<<
  { \voiceTwo c4 4 4 c8[ h,]  c1 }
  \new Voice <<
    \voiceOne
    { g4 a b a  g1 }
    \relative { e'4 f g f  e1 }
  >>
>>

Reply via email to