]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/semi-tie-column.hh
fix tuplet example
[lilypond.git] / lily / include / semi-tie-column.hh
index cfeb7fc779bad333adf12f67dd173066986a2014..fb8e75e8b26c7bafc63452e116b6e19b6172fa76 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 */
 
 
 #include "grob-interface.hh"
 #include "lily-proto.hh"
-#include "lily-guile.hh"
 
 struct Semi_tie_column
 {
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
   
   DECLARE_SCHEME_CALLBACK(calc_positioning_done, (SCM));
 };