]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/vaticana-ligature.hh
Juergens patch.
[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 (brew_molecule, (SCM ));
19   static bool has_interface (Grob *);
20 };
21
22 #endif // VATICANA_LIGATURE_HH