Re: partCombine: how to print "a due" automatically again

2021-06-10 Thread Stefan Thomas
Dear Timothy, thanks for that tip, it works! Am Mi., 9. Juni 2021 um 22:05 Uhr schrieb Timothy Lanfear < timo...@lanfear.me>: > 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

Re: partCombine: how to print "a due" automatically again

2021-06-09 Thread Timothy Lanfear
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

partCombine: how to print "a due" automatically again

2021-06-09 Thread Stefan Thomas
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