]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/volta-spanner.hh
release: 1.3.109
[lilypond.git] / lily / include / volta-spanner.hh
1 /*
2   volta-spanner.hh -- part of GNU LilyPond
3
4   (c) 1997--2000 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 /** 
14 */
15
16 class Volta_spanner
17 {
18 public:
19   static void set_interface (Grob*);
20   static bool has_interface (Grob*);
21   DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
22   static void add_column (Grob*, Grob*col);
23   static void add_bar (Grob*me, Item*bar);
24 };
25
26 #endif // VOLTA_SPANNER_HH
27