bug-lilypond
[Top][All Lists]
Advanced

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

Re: partcombine and setTextCresc


From: Mats Bengtsson
Subject: Re: partcombine and setTextCresc
Date: Sun, 18 Dec 2005 20:34:00 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

This isn't surprising, since the part combiner keeps shuffling
different notes and rests to different Voice contexts, so it's
not easy for LilyPond to realize which voice the \setTextCresc
setting should be applied to.

The easiest solution is to modify the definition of this macro, so it
applies to the full Staff. For example, by adding the following to the
top of your file:

setTextCresc = {
   \set Staff.crescendoText = \markup { \italic "cresc." }
   \set Staff.crescendoSpanner = #'dashed-line
}

  /Mats

Quoting Frédéric Bron <address@hidden>:

In the following example, the crescendo has airpins instead of text.
Everything is fine if \partcombine is replaced by polyphony <<  ...
\\ ... >>.

\version "2.6.4"
\include "english.ly"

\score {
       \partcombine
       {
               \setTextCresc
               r4 c'\< r d'
               e'\!\f
       }
       {
               R1*1
               c'4\f
       }
}



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond








reply via email to

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