]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/rest-collision-reg.hh
ecde3d6f96122e9a2e5d91ffff8d33f81bff09af
[lilypond.git] / lily / include / rest-collision-reg.hh
1 /*
2   rest-collision-reg.hh -- declare Rest_collision_register
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef REST_COLLISION_REG_HH
11 #define REST_COLLISION_REG_HH
12
13 #include "varray.hh"
14 #include "register.hh"
15
16 class Rest_collision_register : public Request_register {
17     Rest_collision* rest_collision_p_;
18     Array< Collision *> collision_l_arr_;
19 protected:
20     virtual void acknowledge_element(Score_elem_info);
21     virtual void do_print() const;
22     virtual void do_pre_move_processing();
23 public:
24     Rest_collision_register();
25     NAME_MEMBERS();
26 };
27 #endif // REST_COLLISION_REG_HH