]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.56
authorfred <fred>
Thu, 24 Apr 1997 11:03:35 +0000 (11:03 +0000)
committerfred <fred>
Thu, 24 Apr 1997 11:03:35 +0000 (11:03 +0000)
lily/include/rest-collision-reg.hh [new file with mode: 0644]

diff --git a/lily/include/rest-collision-reg.hh b/lily/include/rest-collision-reg.hh
new file mode 100644 (file)
index 0000000..da2992b
--- /dev/null
@@ -0,0 +1,26 @@
+/*
+  rest-collision-reg.hh -- declare Rest_collision_register
+
+  source file of the LilyPond music typesetter
+
+  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
+
+#ifndef REST_COLLISION_REG_HH
+#define REST_COLLISION_REG_HH
+
+#include "varray.hh"
+#include "register.hh"
+
+class Rest_collision_register : public Request_register {
+    Rest_collision* rest_collision_p_;
+    Array< Collision *> collision_l_arr_;
+protected:
+    virtual void acknowledge_element(Staff_elem_info);
+    virtual void pre_move_processing();
+public:
+    Rest_collision_register();
+    NAME_MEMBERS(Rest_collision_register);
+};
+#endif // REST_COLLISION_REG_HH