]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bezier.hh
Update dashed slurs to have variable thickness.
[lilypond.git] / lily / include / bezier.hh
index a04d449725ab17f346df4d20daa5286df7de0d4c..5cfca578c2ebd5270095076cc91788adb6a3bd42 100644 (file)
@@ -22,6 +22,8 @@ public:
   void reverse ();
   void rotate (Real);
   void translate (Offset);
+  void subdivide (Real, Bezier &, Bezier &);
+  Bezier extract (Real, Real);
 
   Real get_other_coordinate (Axis a, Real x) const;
   vector<Real> solve_point (Axis, Real coordinate) const;