]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/vaticana-ligature.hh
* The grand 2005-2006 replace.
[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--2006 Juergen Reuter <reuter@ipd.uka.de>
7 */
8
9 #ifndef VATICANA_LIGATURE_HH
10 #define VATICANA_LIGATURE_HH
11
12 #include "stencil.hh"
13
14 struct Vaticana_ligature
15 {
16   DECLARE_SCHEME_CALLBACK (brew_ligature_primitive, (SCM));
17   DECLARE_SCHEME_CALLBACK (print, (SCM));
18   static bool has_interface (Grob *);
19 };
20
21 /*
22  * Ligature context info: these attributes are derived from the head
23  * prefixes by considering the current and the two neighbouring heads.
24  *
25  * The below definition extends those in gregorian-ligature.hh.
26  */
27 #define STACKED_HEAD 0x0100 // this head is stacked on the previous one
28
29 #endif // VATICANA_LIGATURE_HH