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