]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add Tweak_engraver to Dynamics context
authorTrevor Daniels <t.daniels@treda.co.uk>
Mon, 28 Feb 2011 14:04:47 +0000 (14:04 +0000)
committerTrevor Daniels <t.daniels@treda.co.uk>
Mon, 28 Feb 2011 14:06:37 +0000 (14:06 +0000)
 - permits tweaks inside Dynamics context and fixes 1535

ly/engraver-init.ly

index 28c7c9706f09b042de8b02f442eb9ff946bbe52c..91bc12ccbdd99d24d8c71ae3b475c970a0346381 100644 (file)
@@ -394,6 +394,7 @@ a collection of staves, with a bracket in front and spanning bar lines."
   \consists "Text_engraver"
   \consists "Text_spanner_engraver"
   \consists "Axis_group_engraver"
+  \consists "Tweak_engraver"
 
   pedalSustainStrings = #'("Ped." "*Ped." "*")
   pedalUnaCordaStrings = #'("una corda" "" "tre corde")
@@ -1070,4 +1071,3 @@ RemoveEmptyTabStaffContext = \context {
   \TabStaff
   \RemoveEmptyStaves
 }
-