*** empty log message ***
[lilypond.git] / lily / include / new-slur.hh
blobf587ab7d2b0222e281623346b211c43799dd88db
1 /*
2 new-slur.hh -- declare New_slur
4 source file of the GNU LilyPond music typesetter
6 (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
8 */
10 #ifndef NEW_SLUR_HH
11 #define NEW_SLUR_HH
13 #include "lily-proto.hh"
14 #include "lily-guile.hh"
16 #define DEBUG_SLUR_QUANTING 1
18 class New_slur
20 public:
21 static void add_column (Grob *me, Grob *col);
22 static void add_extra_encompass (Grob *me, Grob *col);
23 DECLARE_SCHEME_CALLBACK (print, (SCM));
24 DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
25 DECLARE_SCHEME_CALLBACK (height, (SCM,SCM));
27 static void set_interface (Grob *);
28 static bool has_interface (Grob *);
29 static Bezier get_curve (Grob*me);
34 #endif /* NEW_SLUR_HH */