]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/collision.cc
release: 1.3.101
[lilypond.git] / lily / collision.cc
index 14c0e4fe82a6c9e390a24e9249182b2639524fc9..5bfac10d1c1025f434f550be76fa2b959a29fbb5 100644 (file)
@@ -47,8 +47,7 @@ Collision::do_shifts(Score_element* me)
   Link_array<Score_element> done;
   
   Real wid
-    = gh_scm2double (me->get_elt_property ("note-width"))
-      * me->paper_l ()->get_var ("staffspace");
+    = gh_scm2double (me->get_elt_property ("note-width"));
   
   for (; gh_pair_p (hand); hand =gh_cdr (hand))
     {