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