On 09/06/2021 10:05, Stefan Thomas wrote:
Dear community, is there a way to get the "a due" text in combined parts automatically?
I do it by adding a \once \partCombineChords. It doesn't feel great as a solution, but it works.
\version "2.22.0"
voiceA = \relative c'' {
c4 d e f g4 f e d c1
\once \partCombineChords R1*27 \break
c4 d e f g4 f e d c1 }
voiceB = { \voiceA }
\score {
<<
\new Staff { \partCombine \voiceA \voiceB }
>>
}
--
Timothy Lanfear, Bristol, UK.
