]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/volta-bracket.hh
cleanup. Separate into internal
[lilypond.git] / lily / include / volta-bracket.hh
1 /*
2   volta-spanner.hh -- part of GNU LilyPond
3
4   (c) 1997--2004 Jan Nieuwenhuizen <janneke@gnu.org>
5 */
6
7 #ifndef VOLTA_SPANNER_HH
8 #define VOLTA_SPANNER_HH
9
10
11 #include "spanner.hh"
12
13 class Volta_bracket_interface
14 {
15 public:
16   static bool has_interface (Grob*);
17   DECLARE_SCHEME_CALLBACK (print, (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