3 volta-spanner.hh -- part of GNU LilyPond
5 (c) 1997--2002 Jan Nieuwenhuizen <janneke@gnu.org>
8 #ifndef VOLTA_SPANNER_HH
9 #define VOLTA_SPANNER_HH
14 class Volta_bracket_interface
17 static bool has_interface (Grob
*);
18 DECLARE_SCHEME_CALLBACK (brew_molecule
, (SCM
));
19 static void add_column (Grob
*, Grob
*col
);
20 static void add_bar (Grob
*me
, Item
*bar
);
23 #endif // VOLTA_SPANNER_HH