X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-head.cc;h=c63622bbc8452ee98c06103eb210ad97562c7676;hb=e2c7a2ab964d7ab2b4d993634303327adf5e39f2;hp=71c4d3bb39cb6573dc790c40c80b75dcd59fb85d;hpb=6bb158ef626b6ba36595e342bc10d18e225fd2b8;p=lilypond.git diff --git a/lily/note-head.cc b/lily/note-head.cc index 71c4d3bb39..c63622bbc8 100644 --- a/lily/note-head.cc +++ b/lily/note-head.cc @@ -123,7 +123,7 @@ Note_head::get_stem_attachment (Font_metric *fm, string key) int k = fm->name_to_index (key); if (k >= 0) { - Box b = fm->get_indexed_char (k); + Box b = fm->get_indexed_char_dimensions (k); Offset wxwy = fm->attachment_point (key); for (int i = X_AXIS ; i < NO_AXES; i++) {