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: Timothy Lanfear
Subject: Re: partCombine: how to print "a due" automatically again
Date: Wed, 9 Jun 2021 21:05:17 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

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]