lilypond-1.3.67
authorfred <fred>
Tue, 26 Mar 2002 23:24:07 +0000 (23:24 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:24:07 +0000 (23:24 +0000)
lily/include/slur.hh
lily/include/tie.hh
lily/include/tuplet-spanner.hh

index 3176d4b6bbc848d429b536bc37be57881e3e8b9f..e37761e8a5e0ef78a5f7b8a21b9f06704a3e49b6 100644 (file)
@@ -23,21 +23,20 @@ public:
  static SCM brew_molecule (SCM);
   
   SCM member_brew_molecule () const;
-  virtual Array<Offset> get_encompass_offset_arr () const;
+  Array<Offset> get_encompass_offset_arr () const;
   Bezier get_curve () const;
 
-  virtual Direction get_default_dir () const;
+  Direction get_default_dir () const;
   SCM member_after_line_breaking ();
   static SCM after_line_breaking (SCM);
-  virtual void do_add_processing ();
   Array<Rod> get_rods () const;
-  Offset get_attachment (Direction dir) const;
+  Offset get_attachment (Direction dir, Score_element**common) const;
 
 private:  
   void de_uglyfy (Slur_bezier_bow* bb, Real default_height);
   void set_extremities ();
   void set_control_points ();
-  Offset encompass_offset (Note_column const* )const;
+  Offset encompass_offset (Score_element *col,Score_element**common)const;
 };
 
 #endif // SLUR_HH
index bf6f386fc4f86293723845660f7197faca006c10..92a2b24719eb6b4efe76ae54b1895aff79150de8 100644 (file)
@@ -23,16 +23,12 @@ public:
   void set_head (Direction, Item*head_l);
   VIRTUAL_COPY_CONS(Score_element);
 
-  Note_head* head (Direction) const;
+  Rhythmic_head* head (Direction) const;
   Real position_f () const;
-   static SCM brew_molecule (SCM);
-  
-
-  virtual Direction get_default_dir() const;
-
-
+  static SCM brew_molecule (SCM);
+  Direction get_default_dir() const;
   SCM member_brew_molecule () const;
-  virtual Array<Offset> get_encompass_offset_arr () const;
+  Array<Offset> get_encompass_offset_arr () const;
   Bezier get_curve () const;
 
   /*
index 42019434b7ca9fa573f543db5b46a75bf595e8cd..90496b424e674df3809c895fa417941db9fc32f3 100644 (file)
@@ -34,8 +34,8 @@ public:
   SCM member_brew_molecule () const;
   VIRTUAL_COPY_CONS(Score_element);
 
-  virtual void do_add_processing ();
-  virtual Direction get_default_dir () const;
+
+  Direction get_default_dir () const;
 };
 
 #endif // Tuplet_spanner_HH