2 volta-spanner.hh -- part of GNU LilyPond
4 (c) 1997--2000 Jan Nieuwenhuizen <janneke@gnu.org>
7 #ifndef VOLTA_SPANNER_HH
8 #define VOLTA_SPANNER_HH
13 /** Volta bracket with number */
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);
25 #endif // VOLTA_SPANNER_HH