]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/horizontal-bracket.hh
* lily/horizontal-bracket.cc (make_bracket): new function.
[lilypond.git] / lily / include / horizontal-bracket.hh
1 /*
2   horizontal-bracket.hh -- declare Horizontal_bracket
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef HORIZONTAL_BRACKET_HH
10 #define HORIZONTAL_BRACKET_HH
11
12 struct Horizontal_bracket
13 {
14   DECLARE_SCHEME_CALLBACK (print, (SCM));
15   static Stencil make_bracket (Grob *, Grob *, Link_array<Grob>, Axis, Direction);
16   static bool has_interface (Grob *);
17 };
18
19 #endif /* HORIZONTAL_BRACKET_HH */