]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/ligature-bracket.hh
''
[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 class Ligature_bracket
16 {
17 public:
18   Ligature_bracket (SCM);
19   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
20   static bool has_interface (Grob*);
21
22 private:
23 };
24
25 #endif /* LIGATURE_BRACKET_HH */
26