4 source file of the GNU LilyPond music typesetter
6 (C) 2003 Juergen Reuter <reuter@ipd.uka.de>
9 #ifndef VATICANA_LIGATURE_HH
10 #define VATICANA_LIGATURE_HH
12 #include "lily-guile.hh"
13 #include "molecule.hh"
15 struct Vaticana_ligature
17 DECLARE_SCHEME_CALLBACK (brew_ligature_primitive, (SCM ));
18 DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
19 static bool has_interface (Grob *);
23 * Ligature context info: these attributes are derived from the head
24 * prefixes by considering the current and the two neighbouring heads.
26 * The below definition extends those in gregorian-ligature.hh.
28 #define STACKED_HEAD 0x0100 // this head is stacked on the previous one
30 #endif // VATICANA_LIGATURE_HH