X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fvaticana-ligature.hh;h=17eb237ee25951a8fad3010c551c59c17533376f;hb=0387f04497978e37b335a8b99eec905499d6ad0f;hp=1e57ba3aabb080bca03022d631b0f086005a1a26;hpb=c659cb200486c2f908703696a1b2873e78c8160a;p=lilypond.git diff --git a/lily/include/vaticana-ligature.hh b/lily/include/vaticana-ligature.hh index 1e57ba3aab..17eb237ee2 100644 --- a/lily/include/vaticana-ligature.hh +++ b/lily/include/vaticana-ligature.hh @@ -3,19 +3,20 @@ source file of the GNU LilyPond music typesetter - (C) 2003 Juergen Reuter + (c) 2003--2008 Juergen Reuter */ #ifndef VATICANA_LIGATURE_HH #define VATICANA_LIGATURE_HH -#include "stencil.hh" +#include "grob-interface.hh" +#include "lily-proto.hh" struct Vaticana_ligature { - DECLARE_SCHEME_CALLBACK (brew_ligature_primitive, (SCM )); - DECLARE_SCHEME_CALLBACK (print, (SCM )); - static bool has_interface (Grob *); + DECLARE_SCHEME_CALLBACK (brew_ligature_primitive, (SCM)); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_GROB_INTERFACE(); }; /* @@ -24,6 +25,6 @@ struct Vaticana_ligature * * The below definition extends those in gregorian-ligature.hh. */ -#define STACKED_HEAD 0x0100 // this head is stacked on the previous one +#define STACKED_HEAD 0x0100 // this head is stacked on the previous one #endif // VATICANA_LIGATURE_HH