]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/rest-collision.hh
patch::: 1.3.62.hwn1
[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--2000 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(SCM);
22
23   SCM member_after_line_breaking ();
24   static SCM after_line_breaking (SCM);
25 };
26 #endif // REST_COLLISION_HH