]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ligature-engraver.hh
2003 -> 2004
[lilypond.git] / lily / include / ligature-engraver.hh
index db4721c6bc4aa67bf36c8143639609ee70c2e008..aa09d022975cb3d7bf3a8a0a86d286e16f3ba6ec 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2002 Juergen Reuter <reuter@ipd.uka.de>
+  (c) 2002--2004 Juergen Reuter <reuter@ipd.uka.de>
   
  */
 #ifndef LIGATURE_ENGRAVER_HH
@@ -15,7 +15,6 @@ class Ligature_engraver : public Engraver
 {
 protected:
   virtual void stop_translation_timestep ();
-  virtual void start_translation_timestep ();
   virtual void finalize ();
 
   virtual void acknowledge_grob (Grob_info);
@@ -46,6 +45,8 @@ private:
 
   Grob *last_bound_;
 
+  void override_molecule_callback ();
+  void revert_molecule_callback ();
 };
 
 #endif // LIGATURE_ENGRAVER_HH