lilypond-user
[Top][All Lists]
Advanced

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

Re: removing dynamics [only] from quoted music


From: Aaron Hill
Subject: Re: removing dynamics [only] from quoted music
Date: Sun, 08 Sep 2019 13:48:08 -0700
User-agent: Roundcube Webmail/1.3.8

On 2019-09-08 11:23 am, Kieren MacMillan wrote:
2. If you uncomment the quotedEventTypes setting line, note that the
\phrasingSlurDashed is not observed in the quote. What event would I
need to add in order to make that tweak work as expected?

\phrasingSlurDashed is just \override PhrasingSlur.dash-definition with some specific values.

So you should only need to add "Override" to the event types:

%%%%
      quotedEventTypes = #'(
        note-event rest-event tie-event beam-event tuplet-span-event
        phrasing-slur-event Override
      )
%%%%


-- Aaron Hill



reply via email to

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