]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/vaticana-ligature.hh
use classnames for interface naming; remove inclusion of
[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 #include "grob-interface.hh"
14 #include "lily-proto.hh"
15
16 struct Vaticana_ligature
17 {
18   DECLARE_SCHEME_CALLBACK (brew_ligature_primitive, (SCM));
19   DECLARE_SCHEME_CALLBACK (print, (SCM));
20   DECLARE_GROB_INTERFACE();
21 };
22
23 /*
24  * Ligature context info: these attributes are derived from the head
25  * prefixes by considering the current and the two neighbouring heads.
26  *
27  * The below definition extends those in gregorian-ligature.hh.
28  */
29 #define STACKED_HEAD 0x0100 // this head is stacked on the previous one
30
31 #endif // VATICANA_LIGATURE_HH