lilypond-1.3.68
[lilypond.git] / lily / include / multi-measure-rest.hh
blobf163bf48166dbb3653300f09acb5babacfa9e37c
1 /*
2 multi-measure-rest.hh -- declare Multi_measure_rest
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--2000 Jan Nieuwenhuizen <janneke@gnu.org>
8 */
10 #ifndef MULTI_MEASURE_REST_HH
11 #define MULTI_MEASURE_REST_HH
13 #include "spanner.hh"
16 class Multi_measure_rest : public Spanner
18 public:
19 Multi_measure_rest (SCM);
21 static void set_interface (Score_element*);
22 static SCM brew_molecule (SCM);
23 static void add_column (Score_element*,Item*);
24 VIRTUAL_COPY_CONS (Score_element);
25 virtual Array<Rod> get_rods () const;
28 #endif /* MULTI_MEASURE_REST_HH */