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