]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/horizontal-bracket.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / horizontal-bracket.hh
index 2645f2179819ad4fe1dea892258a770e0adb74d4..4597c5e83a3f27f9ec254229bd19a538dfd68e0e 100644 (file)
@@ -3,17 +3,24 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef HORIZONTAL_BRACKET_HH
 #define HORIZONTAL_BRACKET_HH
 
+#include "lily-proto.hh"
+#include "std-vector.hh"
+#include "grob-interface.hh"
+
 struct Horizontal_bracket
 {
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  static Stencil make_bracket (Grob *, Grob *, Link_array<Grob>, Axis, Direction);
-  static bool has_interface (Grob *);
+  static Stencil make_bracket (Grob *, Real, Axis, Direction);
+  static Stencil make_enclosing_bracket (Grob *me, Grob *refpoint,
+                                        vector<Grob*> grobs,
+                                        Axis a, Direction dir);
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif /* HORIZONTAL_BRACKET_HH */