]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
release: 1.5.29
[lilypond.git] / lily / include / dots.hh
index 21be4f774761090e2192a6c3018d7eee061edd8b..105c61edf428ab0cc46b5b4a7b25fdb186b87db0 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #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:
-  static Real quantised_position_callback(Score_element const*, Axis);
-  static SCM brew_molecule (SCM);
+  DECLARE_SCHEME_CALLBACK (quantised_position_callback, (SCM element, SCM axis));
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
 };
 
 #endif // DOTS_HH