]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/cluster.hh
dd3639e95b5b3dbbec59fecb4f7b92462d5eab2e
[lilypond.git] / lily / include / cluster.hh
1 /*
2   cluster.hh
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2002--2004 Juergen Reuter <reuter@ipd.uka.de>
7 */
8
9 #ifndef CLUSTER_HH
10 #define CLUSTER_HH
11
12 #include "lily-guile.hh"
13 #include "molecule.hh"
14
15 class Cluster
16 {
17 public:
18   DECLARE_SCHEME_CALLBACK (print, (SCM ));
19   //  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
20   static bool has_interface (Grob *);
21   // DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM ));
22 };
23
24 #endif // CLUSTER_HH
25