]> git.donarmstrong.com Git - lilypond.git/commitdiff
(set_end_points): handle broken slurs. Doesn't
authorhanwen <hanwen>
Sat, 17 Jul 2004 10:34:45 +0000 (10:34 +0000)
committerhanwen <hanwen>
Sat, 17 Jul 2004 10:34:45 +0000 (10:34 +0000)
really work yet.
(set_end_points): make X coord of attachment dependent on  Y.
(score_encompass): add edges too.

lily/new-slur.cc

index fe20bcfde844a1630ba9ae24ed33b3557fe09f40..252e18b0d4b3cdbeef306c2a11fbb4dae16d2109 100644 (file)
@@ -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;
 
   /*