]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
* lily/accidental-placement.cc (calc_positioning_done): don't
[lilypond.git] / lily / include / dots.hh
index ea4ce9be63ecd2446ab14a7c409e97bc564b5ce6..e62e7f13a5371f7edc30b85ecffa97f92b12058f 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--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef DOTS_HH
 #define DOTS_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                     // interface
+class Dots
 {
 public:
-  DECLARE_SCHEME_CALLBACK(quantised_position_callback, (SCM element, SCM axis));
-  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  static bool has_interface (Grob *);
 };
 
 #endif // DOTS_HH