]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / dots.hh
index 1f293a9fa3ab7ae5f7d426ed06f7a7dc076e1557..e9390a6adb1c66a2029eb4a6db29ba936d14105d 100644 (file)
@@ -3,23 +3,20 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 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"
-
-
+#include "grob-interface.hh"
 
 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