X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fvaticana-ligature.hh;h=17eb237ee25951a8fad3010c551c59c17533376f;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=feb965d3557fe0dec5afc831a5812b8ce251bbb8;hpb=21497b2395aa5cc9c7b53942802763d49202a646;p=lilypond.git diff --git a/lily/include/vaticana-ligature.hh b/lily/include/vaticana-ligature.hh index feb965d355..17eb237ee2 100644 --- a/lily/include/vaticana-ligature.hh +++ b/lily/include/vaticana-ligature.hh @@ -3,20 +3,28 @@ 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 "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 (brew_molecule, (SCM )); - static bool has_interface (Grob *); + DECLARE_SCHEME_CALLBACK (brew_ligature_primitive, (SCM)); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_GROB_INTERFACE(); }; +/* + * Ligature context info: these attributes are derived from the head + * prefixes by considering the current and the two neighbouring heads. + * + * The below definition extends those in gregorian-ligature.hh. + */ +#define STACKED_HEAD 0x0100 // this head is stacked on the previous one + #endif // VATICANA_LIGATURE_HH