]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/engraver-init.ly
Add Tweak_engraver to Dynamics context
[lilypond.git] / 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
 }
-