X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdots.hh;h=e9390a6adb1c66a2029eb4a6db29ba936d14105d;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=f816cc2a247d49f649c950623f9ddb39a30cdabf;hpb=c21d49df60cb97801ab33ab8a1bad6f2c81cd820;p=lilypond.git diff --git a/lily/include/dots.hh b/lily/include/dots.hh index f816cc2a24..e9390a6adb 100644 --- a/lily/include/dots.hh +++ b/lily/include/dots.hh @@ -3,35 +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 "item.hh" - - -/** - The dots to go with a notehead/rest. A separate class, since they - are a party in collision resolution. +#include "lily-proto.hh" +#include "grob-interface.hh" - properties: - - dot-count -- number of dots. - - - */ -class Dots : public Item +class Dots { public: - SCM member_brew_molecule () const; - SCM member_after_line_breaking (); - static SCM after_line_breaking (SCM); - static SCM brew_molecule (SCM); - - Dots (SCM); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_GROB_INTERFACE(); }; #endif // DOTS_HH