*** empty log message ***
[lilypond.git] / lily / include / volta-bracket.hh
blob6beb4e05fdf6262740d42f56ae3a2910fddc9302
2 /*
3 volta-spanner.hh -- part of GNU LilyPond
5 (c) 1997--2002 Jan Nieuwenhuizen <janneke@gnu.org>
6 */
8 #ifndef VOLTA_SPANNER_HH
9 #define VOLTA_SPANNER_HH
12 #include "spanner.hh"
14 class Volta_bracket_interface
16 public:
17 static bool has_interface (Grob*);
18 DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
19 static void add_column (Grob*, Grob*col);
20 static void add_bar (Grob*me, Item*bar);
23 #endif // VOLTA_SPANNER_HH