lilypond-user
[Top][All Lists]
Advanced

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

Re: Unable to remove dynamic line inside Dynamics


From: Jay Anderson
Subject: Re: Unable to remove dynamic line inside Dynamics
Date: Mon, 13 Sep 2010 08:03:07 -0700

On Sun, Sep 12, 2010 at 12:46 PM, Neil Puttock <address@hidden> wrote:
> Add the Tweak_engraver to the Dynamics context.

Works fine. Thanks. This should probably be added to engraver-init.ly.
Are there any problems with doing this?

diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly
index 6a94777..4992cf3 100644
--- a/ly/engraver-init.ly
+++ b/ly/engraver-init.ly
@@ -371,6 +371,7 @@ a collection of staves, with a bracket in front
and spanning bar lin
   \consists "Text_engraver"
   \consists "Text_spanner_engraver"
   \consists "Axis_group_engraver"
+  \consists "Tweak_engraver"

   pedalSustainStrings = #'("Ped." "*Ped." "*")
   pedalUnaCordaStrings = #'("una corda" "" "tre corde")



reply via email to

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