From: fred Date: Mon, 10 Feb 1997 22:48:49 +0000 (+0000) Subject: lilypond-0.0.30 X-Git-Tag: release/1.5.59~6348 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=355fbb6574e4f0a6312050c8be6f918f25c93031;p=lilypond.git lilypond-0.0.30 --- diff --git a/hdr/localkeyreg.hh b/hdr/localkeyreg.hh new file mode 100644 index 0000000000..742d9cb41e --- /dev/null +++ b/hdr/localkeyreg.hh @@ -0,0 +1,24 @@ +/* + localkeyreg.hh -- part of LilyPond + + (c) 1997 Han-Wen Nienhuys +*/ + + +#ifndef LOCALKEYREG_HH +#define LOCALKEYREG_HH +#include "register.hh" + +struct Local_key_register : Request_register { + Local_key_item* key_item_p_; + + /* *************** */ + + virtual bool try_request(Request*); + virtual void process_request(); + virtual void acknowledge_element(Staff_elem_info); + virtual void do_pre_move_process(); + Local_key_register(Complex_walker*); +}; + +#endif // LOCALKEYREG_HH