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 }
>>
>>