]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tuplet-bracket.cc
tie formatting
[lilypond.git] / lily / tuplet-bracket.cc
index 90edb7c94a53ce1a392b35ce792f7bdb6ed90401..e8b006f990676fd8dac5b075256c5b79349ee802 100644 (file)
@@ -602,7 +602,7 @@ Tuplet_bracket::calc_position_and_height (Grob *me_grob, Real *offset, Real *dy)
       *offset *= 2 / ss;
 
       *offset = rint (*offset);
-      if (Staff_symbol_referencer::on_staffline (me, (int) rint (*offset)))
+      if (Staff_symbol_referencer::on_line (me, (int) rint (*offset)))
        *offset += dir;
 
       *offset *= 0.5 * ss;