From: David Kastrup Date: Sun, 19 Oct 2014 11:21:44 +0000 (+0200) Subject: Issue 4170: tie-formatting: s/Stem::note_head_positions/Stem::head_positions/ X-Git-Tag: release/2.19.16-1~2^2~59^2~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f8d9bf0a07e959b15e1876d1da9039547a39dee0;p=lilypond.git Issue 4170: tie-formatting: s/Stem::note_head_positions/Stem::head_positions/ Looking at the return value here rather strongly suggests that the wrong function is being called. --- diff --git a/lily/tie-formatting-problem.cc b/lily/tie-formatting-problem.cc index 8a016bde21..59fe413769 100644 --- a/lily/tie-formatting-problem.cc +++ b/lily/tie-formatting-problem.cc @@ -151,7 +151,7 @@ Tie_formatting_problem::set_column_chord_outline (vector bounds, stem_end_position = stem->extent (stem, Y_AXIS)[get_grob_direction (stem)]; else // May want to change this to the stem's pure height... - stem_end_position = Stem::note_head_positions (stem)[get_grob_direction (stem)] + stem_end_position = Stem::head_positions (stem)[get_grob_direction (stem)] * staff_space * .5; }