]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/ligature-bracket.hh
696e9fbe49efd18be8ae7d5fdc1c8c9dc7408ba2
[lilypond.git] / lily / include / ligature-bracket.hh
1 /*
2   ligature-bracket.hh -- part of GNU LilyPond
3
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 2002 Juergen Reuter <reuter@ipd.uka.de>
7 */
8
9 #ifndef LIGATURE_BRACKET_HH
10 #define LIGATURE_BRACKET_HH
11
12 #include "lily-proto.hh"
13 #include "lily-guile.hh"
14
15 struct Ligature_bracket
16 {
17   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
18   static bool has_interface (Grob*);
19 };
20
21 #endif /* LIGATURE_BRACKET_HH */
22