lilypond-1.3.68
[lilypond.git] / lily / include / volta-spanner.hh
blobc95961909b95977404063238dc4bf7f93fe44bf0
1 /*
2 volta-spanner.hh -- part of GNU LilyPond
4 (c) 1997--2000 Jan Nieuwenhuizen <janneke@gnu.org>
5 */
7 #ifndef VOLTA_SPANNER_HH
8 #define VOLTA_SPANNER_HH
11 #include "spanner.hh"
13 /** Volta bracket with number */
15 class Volta_spanner
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);
25 #endif // VOLTA_SPANNER_HH