]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
cleanup. Separate into internal
[lilypond.git] / lily / include / dots.hh
index 105c61edf428ab0cc46b5b4a7b25fdb186b87db0..0e123550f0037e359b01c59d8f3cd3c47a13072e 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -18,8 +18,8 @@
 class Dots
 {
 public:
-  DECLARE_SCHEME_CALLBACK (quantised_position_callback, (SCM element, SCM axis));
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (print, (SCM ));
+  bool has_interface (Grob*);
 };
 
 #endif // DOTS_HH