lilypond-user
[Top][All Lists]
Advanced

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

Re: Doubled entries with partcombiner


From: Reinhold Kainhofer
Subject: Re: Doubled entries with partcombiner
Date: Wed, 08 Apr 2015 18:18:20 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

Dear Urs,
I'm using a tag for those items:

    r8 r8 c,8(-\tag #'non-partcombine \pp | % 91
    d4) cis8 | % 92

And then in the partcombine call, I filter out that tag:

\partcombine{\removeWithTag #'non-partcombine \VChorSIMusic}{\removeWithTag #'non-partcombine \VChorSIIMusic}

However, in many cases, the voices can actually be combined, but the partcombiner simply does not detect this. E.g.

Voice 1:
  d2\< c2 | c1\!\ff
Voice 2:
  h2\< a4 g | a1\!\ff

Due to the different rhythm, the partcombiner will keep this apart by default. Some explicit \partcombineChordsOnce solve the double dynamics issue in this case (and provide better partcombining):
Voice 1:
  \partcombineChordsOnce d2\< c2 | \partcombineChordsOnce c1\!\ff
Voice 2:
  h2\< a4 g | a1\!\ff


Best regards,
Reinhold

Am 2015-04-08 um 09:35 schrieb Urs Liska:

Am 8. April 2015 08:28:47 MESZ, schrieb Urs Liska <address@hidden>:
Hi all,

what is the most viable approach to suppress all the doubled items like
makuos,
markups

dynamics etc. that are produced by the partcombiner?

TIA
Urs

------------------------------------------------------------------------

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

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


--
------------------------------------------------------------------
Reinhold Kainhofer, address@hidden, http://www.kainhofer.com/
 * Open Tools, Software Development, http://www.open-tools.net/
 * Edition Kainhofer, Music Publisher, http://www.edition-kainhofer.com/




reply via email to

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