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