Hi Dirck,
> Complicated question: Is there a way to return rests to their default
> (single voice) positions after music in a second voice has been added?
> Example 2 : added a 2nd voice. Voice one stems, slurs, and rests change,
> also as expected.
If you use <<>> only for the extent of the polyphonic section, Lilypond does
the right thing automatically:
\version "2.24.1"
\header {
title = "example 2"
}
\relative c' {
<<
{ c'( d) r f, d' r g,( a) }
\\
{ s1 c,4 d r4 f }
>>
c'( d) r f, d' r g,( a)
}
Hope that helps!
Kieren.
__________________________________________________
My work day may look different than your work day. Please do not feel obligated
to read or respond to this email outside of your normal working hours.