X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdots.hh;h=105c61edf428ab0cc46b5b4a7b25fdb186b87db0;hb=f05cfd7757b31723fe6af2f5c0e2fdbaebea3b85;hp=ace3555c6c4195efc227638f145f30a50512fda7;hpb=f5e5c04d731e93b1d8d4cf7e7697f71f6e7c2bdf;p=lilypond.git diff --git a/lily/include/dots.hh b/lily/include/dots.hh index ace3555c6c..105c61edf4 100644 --- a/lily/include/dots.hh +++ b/lily/include/dots.hh @@ -3,36 +3,23 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2000 Han-Wen Nienhuys + (c) 1997--2002 Han-Wen Nienhuys */ #ifndef DOTS_HH #define DOTS_HH -#include "item.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. - - - */ -class Dots : public Item +class Dots { -protected: - Molecule do_brew_molecule () const; - virtual void after_line_breaking (); public: - static SCM scheme_molecule (SCM); - - - Dots (SCM); + DECLARE_SCHEME_CALLBACK (quantised_position_callback, (SCM element, SCM axis)); + DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); }; #endif // DOTS_HH