]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-head.cc
Rename Font_metric::get_indexed_char() to
[lilypond.git] / lily / note-head.cc
index 71c4d3bb39cb6573dc790c40c80b75dcd59fb85d..c63622bbc8452ee98c06103eb210ad97562c7676 100644 (file)
@@ -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++)
        {