]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.13
authorfred <fred>
Tue, 26 Mar 2002 22:44:27 +0000 (22:44 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:44:27 +0000 (22:44 +0000)
lily/include/bow.hh

index 132ae263a69141fffb6e252a4624382e54ea3cf3..99de88b237e3fb06db9f133282beea8d7687b97c 100644 (file)
@@ -11,7 +11,6 @@
 #define BOW_HH
 
 #include "directional-spanner.hh"
-#include "curve.hh"
 
 /**
   Base class for anything that looks like a slur.
@@ -33,7 +32,7 @@ protected:
   Array<Offset> get_controls () const;
   virtual Array<Offset> get_encompass_offset_arr () const;
   static Interval dim_callback (Dimension_cache const*);
-  Drul_array<Interval> curve_extent_drul () const;
+  Interval curve_extent (Axis) const;
 
   Drul_array<Real> dy_f_drul_;
   Drul_array<Real> dx_f_drul_;