X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdots.hh;h=e9390a6adb1c66a2029eb4a6db29ba936d14105d;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=ea4ce9be63ecd2446ab14a7c409e97bc564b5ce6;hpb=9b40d66187029df3dca86fc5ecc65f64db315a48;p=lilypond.git diff --git a/lily/include/dots.hh b/lily/include/dots.hh index ea4ce9be63..e9390a6adb 100644 --- a/lily/include/dots.hh +++ b/lily/include/dots.hh @@ -3,33 +3,20 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2000 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ - #ifndef DOTS_HH #define DOTS_HH #include "lily-proto.hh" -#include "lily-guile.hh" - - - -/** - The dots to go with a notehead/rest. A separate class, since they - are a party in collision resolution. - - properties: - - dot-count -- number of dots. +#include "grob-interface.hh" - - */ -class Dots // interface +class Dots { public: - DECLARE_SCHEME_CALLBACK(quantised_position_callback, (SCM element, SCM axis)); - DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM )); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_GROB_INTERFACE(); }; #endif // DOTS_HH