X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdots.hh;h=e62e7f13a5371f7edc30b85ecffa97f92b12058f;hb=b76b7a662bda941f22b9e94434a973c8f3f7c0fd;hp=1f293a9fa3ab7ae5f7d426ed06f7a7dc076e1557;hpb=fc3e875d6bf06f0680e897faffdcab36ad975a03;p=lilypond.git diff --git a/lily/include/dots.hh b/lily/include/dots.hh index 1f293a9fa3..e62e7f13a5 100644 --- a/lily/include/dots.hh +++ b/lily/include/dots.hh @@ -3,23 +3,20 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2001 Han-Wen Nienhuys + (c) 1997--2006 Han-Wen Nienhuys */ - #ifndef DOTS_HH #define DOTS_HH #include "lily-proto.hh" #include "lily-guile.hh" - - class Dots { public: - DECLARE_SCHEME_CALLBACK (quantised_position_callback, (SCM element, SCM axis)); - DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + static bool has_interface (Grob *); }; #endif // DOTS_HH