]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bezier.hh
Improved implementation of dashed slurs.
[lilypond.git] / lily / include / bezier.hh
index c867ef7a1ca0b5f01f5df85b6b5563c86bbaf5f1..5cfca578c2ebd5270095076cc91788adb6a3bd42 100644 (file)
@@ -1,7 +1,7 @@
 /*
   bezier.hh -- declare Bezier and Bezier_bow
 
-  (c) 1998--2008 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2009 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef BEZIER_HH
@@ -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;