]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slur-scoring.cc
tie formatting
[lilypond.git] / lily / slur-scoring.cc
index 57fa3c6183e4a938c83921cc5b3c3ec9050abbf5..6005bc076ba3095faad119bb2318f7abbf4b1463 100644 (file)
@@ -615,7 +615,7 @@ Slur_score_state::move_away_from_staffline (Real y,
     * 2.0 / staff_space_;
 
   if (fabs (pos - my_round (pos)) < 0.2
-      && Staff_symbol_referencer::on_staffline (on_staff, (int) rint (pos))
+      && Staff_symbol_referencer::on_line (on_staff, (int) rint (pos))
       && Staff_symbol_referencer::line_count (on_staff) - 1 >= rint (pos))
     y += 1.5 * staff_space_ * dir_ / 10;