]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/vaticana-ligature.hh
Run `make grand-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--2008 Juergen Reuter <reuter@ipd.uka.de>
7 */
8
9 #ifndef VATICANA_LIGATURE_HH
10 #define VATICANA_LIGATURE_HH
11
12 #include "grob-interface.hh"
13 #include "lily-proto.hh"
14
15 struct Vaticana_ligature
16 {
17   DECLARE_SCHEME_CALLBACK (brew_ligature_primitive, (SCM));
18   DECLARE_SCHEME_CALLBACK (print, (SCM));
19   DECLARE_GROB_INTERFACE();
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