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
14 /** Volta bracket with number */
16 class Volta_spanner : public Spanner
20 static SCM scheme_molecule (SCM);
21 void add_column (Note_column*);
25 Molecule do_brew_molecule () const;
26 VIRTUAL_COPY_CONS (Score_element);
28 virtual void do_add_processing ();
29 virtual void after_line_breaking ();
32 #endif // VOLTA_SPANNER_HH