]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/mensural-ligature.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / mensural-ligature.hh
index bb51eaca88a8afa42c3bdeb2caa0008ef09aa4f1..e887e07a9a3016bce05fe6bb599463a26c6d80a4 100644 (file)
@@ -12,6 +12,8 @@
 
 #include "lily-proto.hh"
 #include "lily-guile.hh"
+#include "grob-interface.hh"
+
 
 /*
  * These are all possible mensural ligature primitives.
@@ -32,7 +34,7 @@ struct Mensural_ligature
 {
   DECLARE_SCHEME_CALLBACK (brew_ligature_primitive, (SCM));
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif /* MENSURAL_LIGATURE_HH */