]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/rest-collision.hh
release: 1.3.68
[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 "lily-guile.hh"
15
16 class Rest_collision            // interface
17 {
18 public:
19   Score_element *elt_l_;
20   
21   void add_column (Note_column*);
22   Rest_collision(Score_element*);
23   void set_interface ();
24
25   static Real force_shift_callback (Score_element *, Axis);
26   static SCM do_shift (Score_element*,SCM);
27 };
28 #endif // REST_COLLISION_HH