]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script-interface.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / script-interface.hh
index 8d0e0355c01574310f95325f113160438592732c..3b8d714eeb9a1621cc43ad3d016bd4a1785e35b1 100644 (file)
@@ -11,6 +11,7 @@
 
 #include "lily-guile.hh"
 #include "lily-proto.hh"
+#include "grob-interface.hh"
 
 /**
    Articulation marks (and the like) that are attached to notes/stems.
@@ -21,7 +22,7 @@ class Script_interface
 {
 public:
   static Stencil get_stencil (Grob *, Direction d);
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));
 };