I asked about this 3 years and I don't remember getting a workable answer:
I would expect the two voices in the following MWE to have the same simple percent signs. Is there a way get the expected result?
\version "2.25.4" anotes = \fixed c' { \time 2/4 \repeat percent 2 { a2 } \repeat percent 2 { a16( g f g a8) b } } \addQuote qa \anotes bnotes = \absolute{ \time 2/4 \quoteDuring qa s2*4 } \score{ << \anotes \bnotes >> } TIA, Paul