]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-symbol-referencer.cc
* lily/staff-symbol-referencer.cc (on_staff_line): idem.
[lilypond.git] / lily / staff-symbol-referencer.cc
index 367bed131dcbe6f333dea910387f22bbf19b5288..b866302a21641da7e8c750b2432899f21b5d04d3 100644 (file)
@@ -42,7 +42,7 @@ Staff_symbol_referencer::on_line (Grob *me, int pos)
 bool
 Staff_symbol_referencer::on_staff_line (Grob *me, int pos)
 {
-  return on_line (me, pos) && fabs (pos) <= 2 * staff_radius (me);
+  return on_line (me, pos) && abs (pos) <= 2 * staff_radius (me);
 }
 
 Grob *