]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / dots.hh
index 4d9394eecdf79da53188a9e53d1565ac0823c9f7..e9390a6adb1c66a2029eb4a6db29ba936d14105d 100644 (file)
@@ -3,33 +3,20 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef DOTS_HH
 #define DOTS_HH
 
 #include "lily-proto.hh"
-#include "lily-guile.hh"
-
-extern SCM Dots_quantised_position_callback_proc;
-
-/**
-  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 SCM quantised_position_callback (SCM element, SCM axis);
-  static SCM brew_molecule (SCM);
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif // DOTS_HH