X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=lily%2Finclude%2Fdots.hh;h=e62e7f13a5371f7edc30b85ecffa97f92b12058f;hb=bcc48624c73e6036255b5d4f6aaad61f0edd90c3;hp=d58e068a8cedce7d79905fd8848eab3da7112f1d;hpb=7e72a1e50e94a7f9738d62599de79fe7745f600c;p=lilypond.git diff --git a/lily/include/dots.hh b/lily/include/dots.hh index d58e068a8c..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--2004 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 (brew_molecule, (SCM )); - bool has_interface (Grob*); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + static bool has_interface (Grob *); }; #endif // DOTS_HH