]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/horizontal-bracket.hh
* lily/lexer.ll, lily/parser.yy: Add EXPECT_NO_MORE_ARGS token, to
[lilypond.git] / lily / include / horizontal-bracket.hh
index 2645f2179819ad4fe1dea892258a770e0adb74d4..cb54b95a26988066dd57b7c3ee17c21d1f8d97c8 100644 (file)
@@ -3,16 +3,23 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef HORIZONTAL_BRACKET_HH
 #define HORIZONTAL_BRACKET_HH
 
+#include "lily-guile.hh"
+#include "lily-proto.hh"
+#include "std-vector.hh"
+
 struct Horizontal_bracket
 {
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  static Stencil make_bracket (Grob *, Grob *, Link_array<Grob>, Axis, Direction);
+  static Stencil make_bracket (Grob *, Real, Axis, Direction);
+  static Stencil make_enclosing_bracket (Grob *me, Grob *refpoint,
+                                        vector<Grob*> grobs,
+                                        Axis a, Direction dir);
   static bool has_interface (Grob *);
 };