X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcluster.hh;h=6b6ad1dda065ebdb9e3580071e10fbbcfbb6522d;hb=556b8f79cbe6b89388a37c3e72037f54229d462d;hp=dd3639e95b5b3dbbec59fecb4f7b92462d5eab2e;hpb=05fabaaf86fd44f9bd903f282bb98d343a991e40;p=lilypond.git diff --git a/lily/include/cluster.hh b/lily/include/cluster.hh index dd3639e95b..6b6ad1dda0 100644 --- a/lily/include/cluster.hh +++ b/lily/include/cluster.hh @@ -3,19 +3,18 @@ source file of the GNU LilyPond music typesetter - (c) 2002--2004 Juergen Reuter + (c) 2002--2006 Juergen Reuter */ #ifndef CLUSTER_HH #define CLUSTER_HH -#include "lily-guile.hh" -#include "molecule.hh" +#include "stencil.hh" class Cluster { public: - DECLARE_SCHEME_CALLBACK (print, (SCM )); + DECLARE_SCHEME_CALLBACK (print, (SCM)); // DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM)); static bool has_interface (Grob *); // DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM ));