]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/abbreviation-beam.hh
release: 1.1.65
[lilypond.git] / lily / include / abbreviation-beam.hh
index 9a29de18afa8fd514bc2cffbd82ff2e68f8d94a9..3d1b45a728469e2a70c8ad82166a411514c66be6 100644 (file)
@@ -3,8 +3,8 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
-          Jan Nieuwenhuizen <jan@digicash.com>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+          Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef ABBREVIATION_BEAM_HH
   direction */
 class Abbreviation_beam : public Beam {
 public:
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  
 
   Abbreviation_beam();
 
-  SCORE_ELEM_CLONE(Abbreviation_beam);
+  VIRTUAL_COPY_CONS(Score_element);
 
 protected:
   virtual void do_print() const;
   virtual Molecule stem_beams (Stem *here, Stem *next, Stem *prev) const;
-  virtual Molecule* brew_molecule_p() const;
+  virtual Molecule* do_brew_molecule_p() const;
 };
 
 #endif // ABBREVIATION_BEAM_HH