]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/rest-collision.hh
release: 1.3.10
[lilypond.git] / lily / include / rest-collision.hh
1 /*
2   rest-collision.hh -- declare Rest_collision
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #ifndef REST_COLLISION_HH
11 #define REST_COLLISION_HH
12
13 #include "lily-proto.hh"
14 #include "item.hh"
15
16 class Rest_collision : public Item {
17 public:
18   void add_column (Note_column*);
19   Interval rest_dim () const;
20     
21   Rest_collision();
22 protected:
23   virtual void do_pre_processing();
24 };
25 #endif // REST_COLLISION_HH