]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fixes bog in Lookup::bezier_sandwich, tethering sandwiches at their extremal ends...
authorJürgen Reuter <reuter_j@web.de>
Sat, 20 Sep 2014 04:51:08 +0000 (06:51 +0200)
committerMike Solomon <mike@mikesolomon.org>
Sat, 20 Sep 2014 04:51:08 +0000 (06:51 +0200)
lily/lookup.cc

index 344d42c906d3344404a1753110c3a08642d5846c..306d04e9be3d8a97eb16df5e2280699d64d1fc17 100644 (file)
@@ -466,6 +466,9 @@ Lookup::bezier_sandwich (Bezier top_curve, Bezier bottom_curve, Real thickness)
                              scm_from_double (top_curve.control_[2][Y_AXIS]),
                              scm_from_double (top_curve.control_[3][X_AXIS]),
                              scm_from_double (top_curve.control_[3][Y_AXIS]),
+                             ly_symbol2scm ("lineto"),
+                             scm_from_double (bottom_curve.control_[3][X_AXIS]),
+                             scm_from_double (bottom_curve.control_[3][Y_AXIS]),
                              ly_symbol2scm ("curveto"),
                              scm_from_double (bottom_curve.control_[2][X_AXIS]),
                              scm_from_double (bottom_curve.control_[2][Y_AXIS]),