]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/rest-collision-grav.hh
partial: 1.0.1.jcn
[lilypond.git] / lily / include / rest-collision-grav.hh
1 /*
2   rest-collision-grav.hh -- declare Rest_collision_engraver
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef REST_COLLISION_GRAV_HH
11 #define REST_COLLISION_GRAV_HH
12
13 #include "varray.hh"
14 #include "engraver.hh"
15
16 class Rest_collision_engraver : public Engraver {
17   Rest_collision* rest_collision_p_;
18
19 protected:
20   virtual void acknowledge_element (Score_elem_info);
21   virtual void do_pre_move_processing();
22 public:
23   TRANSLATOR_CLONE(Rest_collision_engraver);
24   Rest_collision_engraver();
25   DECLARE_MY_RUNTIME_TYPEINFO;
26 };
27 #endif // REST_COLLISION_GRAV_HH