]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.30
authorfred <fred>
Mon, 10 Feb 1997 22:48:49 +0000 (22:48 +0000)
committerfred <fred>
Mon, 10 Feb 1997 22:48:49 +0000 (22:48 +0000)
hdr/localkeyreg.hh [new file with mode: 0644]

diff --git a/hdr/localkeyreg.hh b/hdr/localkeyreg.hh
new file mode 100644 (file)
index 0000000..742d9cb
--- /dev/null
@@ -0,0 +1,24 @@
+/*
+  localkeyreg.hh -- part of LilyPond
+
+  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
+
+#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