]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/volta-bracket.hh
3f8f2e081f7b473f4bc33c6a038fbe3c4d706580
[lilypond.git] / lily / include / volta-bracket.hh
1 /*
2   volta-spanner.hh -- part of GNU LilyPond
3
4   (c) 1997--2005 Jan Nieuwenhuizen <janneke@gnu.org>
5 */
6
7 #ifndef VOLTA_SPANNER_HH
8 #define VOLTA_SPANNER_HH
9
10 #include "spanner.hh"
11
12 class Volta_bracket_interface
13 {
14 public:
15   static bool has_interface (Grob *);
16   DECLARE_SCHEME_CALLBACK (print, (SCM));
17   DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
18   static void add_column (Grob *, Grob *col);
19   static void add_bar (Grob *me, Item *bar);
20 };
21
22 #endif // VOLTA_SPANNER_HH
23