]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/horizontal-bracket.hh
283ec637ea5dc73197d1079112c010a01cad9f22
[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--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef HORIZONTAL_BRACKET_HH
10 #define HORIZONTAL_BRACKET_HH
11
12 #include "lily-proto.hh"
13 #include "std-vector.hh"
14 #include "grob-interface.hh"
15
16 struct Horizontal_bracket
17 {
18   DECLARE_SCHEME_CALLBACK (print, (SCM));
19   static Stencil make_bracket (Grob *, Real, Axis, Direction);
20   static Stencil make_enclosing_bracket (Grob *me, Grob *refpoint,
21                                          vector<Grob*> grobs,
22                                          Axis a, Direction dir);
23   DECLARE_GROB_INTERFACE();
24 };
25
26 #endif /* HORIZONTAL_BRACKET_HH */