]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/rest-collision-reg.hh
release: 0.0.68pre
[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_pre_move_processing();
22 public:
23     Rest_collision_register();
24     NAME_MEMBERS();
25 };
26 #endif // REST_COLLISION_REG_HH