]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie.cc
* lily/accidental-placement.cc (position_accidentals): bugfix in
[lilypond.git] / lily / tie.cc
index 2b388c323874bcc40b09052a7c4982e5151acdbb..92daec75b10d6f4cdb7e2208d8576b08fb3b9cb1 100644 (file)
@@ -228,7 +228,7 @@ Tie::get_control_points (SCM smob)
   if (Note_head::has_interface (l) && Rhythmic_head::get_dots (l))
     {
       Grob* dots = Rhythmic_head::get_dots (l);
-      if(fabs (staff_space * Staff_symbol_referencer::get_position (dots) /2
+      if (fabs (staff_space * Staff_symbol_referencer::get_position (dots) /2
               - ypos) < 0.5)
        {
          ypos += 0.5 * dir ;