Dear community,
is there a way to get the "a due" text in combined parts automatically?
Here's my short snippet:
\version "2.22.0"
voiceA = \relative c'' {
c4 d e f g4 f e d c1
R1*27 \break
c4 d e f g4 f e d c1 }
voiceB = { \voiceA }
\score {
<<
\new Staff { \partCombine \voiceA \voiceB }
>>
}
Thanks for any help,
Stefan
