lilypond-user
[Top][All Lists]
Advanced

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

partcombine texts


From: Mark Knoop
Subject: partcombine texts
Date: Fri, 11 Oct 2013 14:29:14 +0100

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



reply via email to

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