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