Dear Timothy,
thanks for that tip, it works!
Am Mi., 9. Juni 2021 um 22:05 Uhr schrieb Timothy Lanfear <
[email protected]>:
> 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.
>
>