Hi all,

I'm using partcombine and am looking for a way to add a text marking
when automatic combining starts. It seems the Part_combine_engraver
only provides text hooks for soloText, soloIIText and aDueText - what I
want is a combinedText (to set to "divisi" in this instance). Any ideas?

Minimal example:

\version "2.17.27"

partone = \relative c' {
  c d e f g a b^"combineText" c d e r r
}

parttwo = \relative c' {
  r r e f r r g a d e f g
}

\score { <<
  \new Staff { \partone }
  \new Staff { \parttwo }
  \new Staff <<
    \partcombine \partone \parttwo
  >>
>> }

-- 
Mark Knoop

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to