lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stefan Thomas
Subject: Re: partCombine: how to print "a due" automatically again
Date: Thu, 10 Jun 2021 12:27:07 +0200

Dear Timothy,
thanks for that tip, it works!

Am Mi., 9. Juni 2021 um 22:05 Uhr schrieb Timothy Lanfear <timothy@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 \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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]