]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/mensural-ligature.hh
Fix #219.
[lilypond.git] / lily / include / mensural-ligature.hh
index bb51eaca88a8afa42c3bdeb2caa0008ef09aa4f1..afb04a2ef20519bd9702c632d4b4b97ea0e37372 100644 (file)
@@ -11,7 +11,8 @@
 #define MENSURAL_LIGATURE_HH
 
 #include "lily-proto.hh"
-#include "lily-guile.hh"
+#include "grob-interface.hh"
+
 
 /*
  * These are all possible mensural ligature primitives.
@@ -32,7 +33,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 */