lilypond-user
[Top][All Lists]
Advanced

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

partCombine: how to print "a due" automatically again


From: Stefan Thomas
Subject: partCombine: how to print "a due" automatically again
Date: Wed, 9 Jun 2021 11:05:18 +0200

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 \voiceB }
 >>
}
Thanks for any help,
Stefan

reply via email to

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