From 5ff3a5aef37c9f078527d970138c696affd8cb66 Mon Sep 17 00:00:00 2001 From: hanwen Date: Sat, 17 Jul 2004 10:34:45 +0000 Subject: [PATCH] (set_end_points): handle broken slurs. Doesn't really work yet. (set_end_points): make X coord of attachment dependent on Y. (score_encompass): add edges too. --- lily/new-slur.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lily/new-slur.cc b/lily/new-slur.cc index fe20bcfde8..252e18b0d4 100644 --- a/lily/new-slur.cc +++ b/lily/new-slur.cc @@ -696,10 +696,6 @@ New_slur::print (SCM smob) Real ss = Staff_symbol_referencer::staff_space (me); Bezier one = get_curve (me); - // get_curve may suicide - if (!scm_ilength (me->get_property ("note-columns"))) - return SCM_EOL; - Stencil a; /* -- 2.39.5