lilypond-user
[Top][All Lists]
Advanced

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

Re: partcombine texts


From: James Worlton
Subject: Re: partcombine texts
Date: Fri, 11 Oct 2013 08:50:10 -0500

http://lilypond.org/doc/v2.17/Documentation/notation/multiple-voices#index-part-combiner

This part of the manual shows how you can change the part combine text.

James Worlton


On Fri, Oct 11, 2013 at 8:29 AM, Mark Knoop <address@hidden> wrote:
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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