4 source file of the GNU LilyPond music typesetter
6 (c) 2003--2005 Juergen Reuter <reuter@ipd.uka.de>
9 #ifndef VATICANA_LIGATURE_HH
10 #define VATICANA_LIGATURE_HH
14 struct Vaticana_ligature
16 DECLARE_SCHEME_CALLBACK (brew_ligature_primitive, (SCM ));
17 DECLARE_SCHEME_CALLBACK (print, (SCM ));
18 static bool has_interface (Grob *);
22 * Ligature context info: these attributes are derived from the head
23 * prefixes by considering the current and the two neighbouring heads.
25 * The below definition extends those in gregorian-ligature.hh.
27 #define STACKED_HEAD 0x0100 // this head is stacked on the previous one
29 #endif // VATICANA_LIGATURE_HH