lilypond-0.1.57
[lilypond.git] / hdr / local-key-reg.hh
blobd0a2867a874eb393d861adcdb58116754c1aec45
1 /*
2 local-key-reg.hh -- declare Local_key_register
4 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5 */
8 #ifndef LOCALKEYREG_HH
9 #define LOCALKEYREG_HH
10 #include "register.hh"
11 #include "key.hh"
13 struct Local_key_register : Request_register {
14 Local_key local_key_;
15 Local_key_item* key_item_p_;
16 const Key *key_c_l_;
17 /* *************** */
18 virtual void process_requests();
19 virtual void acknowledge_element(Staff_elem_info);
20 virtual void pre_move_processing();
21 Local_key_register();
22 NAME_MEMBERS(Local_key_register);
25 #endif // LOCALKEYREG_HH