X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fvaticana-ligature.hh;h=13cdf6d65710ea6e2805b58ebad74494005ea1cb;hb=d515a6a8687635bcb78dad2cc361426b96f20d17;hp=333a64992ecfba38d3ad3813d41ddd467bd33022;hpb=05fabaaf86fd44f9bd903f282bb98d343a991e40;p=lilypond.git diff --git a/lily/include/vaticana-ligature.hh b/lily/include/vaticana-ligature.hh index 333a64992e..13cdf6d657 100644 --- a/lily/include/vaticana-ligature.hh +++ b/lily/include/vaticana-ligature.hh @@ -3,20 +3,20 @@ source file of the GNU LilyPond music typesetter - (C) 2003 Juergen Reuter + (c) 2003--2007 Juergen Reuter */ #ifndef VATICANA_LIGATURE_HH #define VATICANA_LIGATURE_HH -#include "lily-guile.hh" -#include "molecule.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(); }; /* @@ -25,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