X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmensural-ligature.hh;h=b1dc33e9e95126a5e798145e0a861c037a85e82d;hb=0387f04497978e37b335a8b99eec905499d6ad0f;hp=2a3c9318a68fefe8ec4e1a75d66adb1ec046e67e;hpb=2c22efe5a46a37065b10c3f51c5d7db00d07d318;p=lilypond.git diff --git a/lily/include/mensural-ligature.hh b/lily/include/mensural-ligature.hh index 2a3c9318a6..b1dc33e9e9 100644 --- a/lily/include/mensural-ligature.hh +++ b/lily/include/mensural-ligature.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002--2005 Juergen Reuter , + (c) 2002--2008 Juergen Reuter , Pal Benko */ @@ -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 */