]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/abbrev.hh
release: 1.1.47
[lilypond.git] / lily / include / abbrev.hh
index 9428be7dc25040ba36282bdcc73797eeb5ab4283..960956548a19dcaf4fa534f1932c207018c6f05e 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -15,8 +15,8 @@ class Abbreviation : public Item {
   Stem * stem_l_;
 protected:
   virtual void do_print () const;
-  virtual Molecule *brew_molecule_p () const;
-  virtual void do_substitute_dependent (Score_elem*, Score_elem*);
+  virtual Molecule *do_brew_molecule_p () const;
+  virtual void do_substitute_element_pointer (Score_element*, Score_element*);
 public:
   int abbrev_flags_i_;
   Abbreviation ();