From: fred Date: Sun, 24 Mar 2002 19:54:49 +0000 (+0000) Subject: lilypond-0.1.11 X-Git-Tag: release/1.5.59~4056 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=86fd41418d790fa0455c86cd97333131e1811c3a;p=lilypond.git lilypond-0.1.11 --- diff --git a/lily/include/bow.hh b/lily/include/bow.hh index e483c36ac2..1ef139c60e 100644 --- a/lily/include/bow.hh +++ b/lily/include/bow.hh @@ -17,15 +17,13 @@ */ class Bow : public Directional_spanner { protected: - int left_pos_i_; - int right_pos_i_; - Real left_dx_f_; - Real right_dx_f_; + Drul_array pos_i_drul_; + Drul_array 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