]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.37
authorfred <fred>
Sun, 24 Mar 2002 19:56:43 +0000 (19:56 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:56:43 +0000 (19:56 +0000)
lily/include/slur.hh

index 083c073e75562f1dfc55f1fa0002486bfcda9c59..07b9093f9c439e2bb939a4fde1d966a98b429e67 100644 (file)
  */
 class Slur : public Bow {
 public:
-    Link_array<Note_column> encompass_arr_;
-    void add (Note_column*);
+  Link_array<Note_column> encompass_arr_;
+  void add (Note_column*);
 protected:
-    virtual void set_default_dir();
-    virtual void do_post_processing();
-    virtual void do_substitute_dependency (Score_elem*, Score_elem*);
-    virtual void do_pre_processing();
-    SCORE_ELEM_CLONE(Slur);
-    DECLARE_MY_RUNTIME_TYPEINFO;
+  virtual void set_default_dir();
+  virtual void do_post_processing();
+  virtual void do_add_processing ();
+  virtual void do_pre_processing ();
+  virtual void do_substitute_dependency (Score_elem*, Score_elem*);
+
+  SCORE_ELEM_CLONE(Slur);
+  DECLARE_MY_RUNTIME_TYPEINFO;
 };
 
 #endif // SLUR_HH