X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdots.hh;h=cac34cbaf32a4ec8babee63a5b037686d4f8e5dc;hb=0eb5d4ab7a8c5c147c7eaffe8752696c3728d6f0;hp=21be4f774761090e2192a6c3018d7eee061edd8b;hpb=40c8e12b8afa8e9c7e44cf6ea3b724295884091b;p=lilypond.git diff --git a/lily/include/dots.hh b/lily/include/dots.hh index 21be4f7747..cac34cbaf3 100644 --- a/lily/include/dots.hh +++ b/lily/include/dots.hh @@ -3,32 +3,20 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2000 Han-Wen Nienhuys + (c) 1997--2007 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: - static Real quantised_position_callback(Score_element const*, Axis); - static SCM brew_molecule (SCM); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_GROB_INTERFACE(); }; #endif // DOTS_HH