]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bow.hh
patch::: 1.1.60.jcn2
[lilypond.git] / lily / include / bow.hh
index c6b946e87b284c80c769374cdc57939cf4f84cef..58f7d5fb2cd552888afd5a0d7e3d277c167248dc 100644 (file)
 /**
   Base class for anything that looks like a slur.
   Anybody with a better name?
+
+  UGH. Fixme.  Should junk
+
+    dy_f_drul_ , dx_f_drul_
+  
   */
 class Bow : public Directional_spanner
 {
@@ -23,16 +28,13 @@ public:
   Bow ();
   Offset center () const;  
 
-  int dash_i_;
-  Real interstaff_f_;
-  Drul_array<Real> vertical_align_drul_;
-
 protected:
   virtual Molecule* do_brew_molecule_p () const;
   //  virtual Interval do_width () const;    
   Array<Offset> get_controls () const;
   virtual Array<Offset> get_encompass_offset_arr () const;
   virtual Interval do_height () const;
+  Drul_array<Interval> curve_extent_drul () const;
 
   Drul_array<Real> dy_f_drul_;
   Drul_array<Real> dx_f_drul_;