From: Trevor Daniels Date: Tue, 8 Mar 2011 14:16:30 +0000 (+0000) Subject: Fix issue 897 X-Git-Tag: release/2.13.54-1~18 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=e2053d6696e4dc607fb00e3135d36e654a1fb150;p=lilypond.git Fix issue 897 - remove initialisation of localKeySignature in Voice context so it is inherited from parent Staff context --- diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index b71704866d..0720893ffc 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -208,7 +208,6 @@ subscripts, slurs, ties, and rests. You have to instantiate this explicitly if you want to have multiple voices on the same staff." - localKeySignature = #'() \consists "Font_size_engraver" \consists "Pitched_trill_engraver"