From: Werner Lemberg Date: Tue, 27 Oct 2009 09:07:25 +0000 (-0700) Subject: Add Bar_engraver to the Dynamics context X-Git-Tag: release/2.13.7-0~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4209996cf1ebab7d1cd903becd9015c77f278adc;p=lilypond.git Add Bar_engraver to the Dynamics context This enables support for the `to-barline' property. --- diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 2a233d719a..0c7bacf74f 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -350,6 +350,7 @@ a collection of staves, with a bracket in front and spanning bar lines." \name Dynamics \alias Voice \consists "Output_property_engraver" + \consists "Bar_engraver" \consists "Piano_pedal_engraver" \consists "Script_engraver" \consists "New_dynamic_engraver"