]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/vaticana-ligature.hh
333a64992ecfba38d3ad3813d41ddd467bd33022
[lilypond.git] / lily / include / vaticana-ligature.hh
1 /*
2   vaticana-ligature.hh
3
4   source file of the GNU LilyPond music typesetter
5
6  (C) 2003 Juergen Reuter <reuter@ipd.uka.de>
7 */
8
9 #ifndef VATICANA_LIGATURE_HH
10 #define VATICANA_LIGATURE_HH
11
12 #include "lily-guile.hh"
13 #include "molecule.hh"
14
15 struct Vaticana_ligature
16 {
17   DECLARE_SCHEME_CALLBACK (brew_ligature_primitive, (SCM ));
18   DECLARE_SCHEME_CALLBACK (print, (SCM ));
19   static bool has_interface (Grob *);
20 };
21
22 /*
23  * Ligature context info: these attributes are derived from the head
24  * prefixes by considering the current and the two neighbouring heads.
25  *
26  * The below definition extends those in gregorian-ligature.hh.
27  */
28 #define STACKED_HEAD    0x0100 // this head is stacked on the previous one
29
30 #endif // VATICANA_LIGATURE_HH