From: fred Date: Tue, 26 Mar 2002 21:45:32 +0000 (+0000) Subject: lilypond-1.1.16 X-Git-Tag: release/1.5.59~2668 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d4d478b1e4e0887f570a4206b87c608e14dbbde9;p=lilypond.git lilypond-1.1.16 --- diff --git a/lily/local-key-engraver.cc b/lily/local-key-engraver.cc index 88042137b5..be9ad274a4 100644 --- a/lily/local-key-engraver.cc +++ b/lily/local-key-engraver.cc @@ -67,6 +67,10 @@ Local_key_engraver::process_acknowledged () key_item_p_ = new Local_key_item; announce_element (Score_element_info (key_item_p_, 0)); } + + /* + UGH! Changes input ! + */ if (note_l->cautionary_b_) { note_l->pitch_.cautionary_b_ = true;