]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grid-line-interface.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / grid-line-interface.hh
index 9e02ce217b87a9f7186fdef3dca6f98a522b9a0e..4204a874cd90645ed755aa3a76e7e351c704257d 100644 (file)
@@ -3,14 +3,15 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef GRID_LINE_INTERFACE_HH
 #define GRID_LINE_INTERFACE_HH
 
 #include "lily-proto.hh"
-#include "lily-guile.hh"
+#include "grob-interface.hh"
+
 
 class Grid_line_interface
 {
@@ -18,13 +19,13 @@ public:
   static void add_grid_point (Grob *me, Grob *b);
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (width, (SCM));
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 };
 
 class Grid_point_interface
 {
 public:
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif /* GRID_LINE_INTERFACE_HH */