]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/volta-spanner.hh
733c43b1e0b93e70b76de92fb2a024939ce11e07
[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 /** Volta bracket with number */
14
15 class Volta_spanner
16 {
17 public:
18   static void set_interface (Score_element*);
19   static bool has_interface (Score_element*);
20   static SCM brew_molecule (SCM);
21   static void add_column (Score_element*, Score_element*col);
22   static void add_bar (Score_element*me, Item*bar);
23 };
24
25 #endif // VOLTA_SPANNER_HH
26