]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
* lily/spacing-spanner.cc (calc_common_shortest_duration): use
[lilypond.git] / lily / include / dots.hh
index d58e068a8cedce7d79905fd8848eab3da7112f1d..e62e7f13a5371f7edc30b85ecffa97f92b12058f 100644 (file)
@@ -3,23 +3,20 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2004 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"
 
-
-
 class Dots
 {
 public:
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
-  bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  static bool has_interface (Grob *);
 };
 
 #endif // DOTS_HH