]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bow.hh
release: 0.1.11
[lilypond.git] / lily / include / bow.hh
index e483c36ac2786bfe4c88d15d66b9d907c6b7298f..1ef139c60ee980d3e67c5458f78abf2c1b022273 100644 (file)
   */
 class Bow : public Directional_spanner {
 protected:
-    int left_pos_i_;
-    int right_pos_i_;
-    Real left_dx_f_;
-    Real right_dx_f_;
+  Drul_array<int> pos_i_drul_;
+  Drul_array<Real> dx_f_drul_;
     
-    Molecule*brew_molecule_p()const;
+  Molecule*brew_molecule_p() const;
 public:
-    Bow();
-    DECLARE_MY_RUNTIME_TYPEINFO;
-    Offset center() const;  
+  Bow();
+  DECLARE_MY_RUNTIME_TYPEINFO;
+  Offset center() const;  
 };
 #endif // BOW_HH