]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/multi-measure-rest.hh
release: 1.3.29
[lilypond.git] / lily / include / multi-measure-rest.hh
index 7a62fcdc05affeac73c8d6d4859d5f948efe0238..527e93fcd68c20f4e7931648dcc8d247e8b3358c 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--1999 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2000 Jan Nieuwenhuizen <janneke@gnu.org>
   
  */
 
 
 #include "spanner.hh"
 
+
 class Multi_measure_rest : public Spanner
 {
 public:
   Multi_measure_rest ();
-  int measures_i_;
-  void add_column (Bar*);
-
-  Link_array<Bar> column_arr_;
 
+  void add_column (Item*);
+  Molecule compound_rest (int)const;
 protected:
-  virtual Molecule *do_brew_molecule_p () const;
+  virtual Molecule do_brew_molecule () const;
   VIRTUAL_COPY_CONS (Score_element);
 
   virtual void do_add_processing ();
   virtual void do_post_processing ();
-  virtual void do_print () const;
-  virtual void do_substitute_dependency (Score_element*,Score_element*);
+  virtual Array<Rod> get_rods () const;
 };
 
 #endif /* MULTI_MEASURE_REST_HH */