]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dynamic-grav.hh
release: 0.1.61
[lilypond.git] / lily / include / dynamic-grav.hh
index bf71902245faac2e42464a9e849c5c3352674694..29d3e2fa73d3ff394bc38badb84a047960d0ca78 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
 */
 
 
 #include "engraver.hh"
 
 class Dynamic_engraver : public Engraver {
-    Direction dir_;
-    Text_item * dynamic_p_;
-    Crescendo * to_end_cresc_p_;
-    Crescendo * cresc_p_;
-    Span_dynamic_req * cresc_req_l_;
-    Array<Dynamic_req*> dynamic_req_l_arr_;
-    /* ************** */
+  Direction dir_;
+  Text_item * dynamic_p_;
+  Crescendo * to_end_cresc_p_;
+  Crescendo * cresc_p_;
+  Span_dynamic_req * cresc_req_l_;
+  Array<Dynamic_req*> dynamic_req_l_arr_;
+  /* ************** */
 public:
-    Dynamic_engraver();
-    ~Dynamic_engraver();
-    DECLARE_MY_RUNTIME_TYPEINFO;
+  TRANSLATOR_CLONE(Dynamic_engraver);
+  Dynamic_engraver();
+  DECLARE_MY_RUNTIME_TYPEINFO;
 protected:
-    virtual void acknowledge_element (Score_elem_info);
-    virtual bool do_try_request (Request *req_l);
-    virtual void do_process_requests();
-    virtual void do_pre_move_processing();
-    virtual void do_post_move_processing();
-    virtual void set_feature (Feature);
+  virtual void do_removal_processing ();
+  virtual void acknowledge_element (Score_elem_info);
+  virtual bool do_try_request (Request *req_l);
+  virtual void do_process_requests();
+  virtual void do_pre_move_processing();
+  virtual void do_post_move_processing();
 };
 
 #endif // DYNAMIC_GRAV_HH