]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bezier-bow.hh
release: 1.3.18
[lilypond.git] / lily / include / bezier-bow.hh
index 3f30b0dd63fff07ebad90bd742f9a0507613b77d..8734471e5eb702d7fa6464bd39ac16f6cd9125b0 100644 (file)
@@ -34,7 +34,13 @@ class Bezier_bow
   Real alpha_;
   Offset origin_;
 public:
-  Bezier_bow (Paper_def* paper_l, Array<Offset> points, Direction dir);
+  Real  rc_factor_,
+    height_limit_,
+    ratio_;
+
+
+  Bezier_bow (Array<Offset> points, Direction dir);
+  void calculate ();
   Bezier get_curve () const;
 };