]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/volta-spanner.hh
release: 1.3.68
[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 SCM brew_molecule (SCM);
20   static void add_column (Score_element*, Score_element*col);
21   static void add_bar (Score_element*me, Item*bar);
22
23 };
24
25 #endif // VOLTA_SPANNER_HH
26