]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/line-spanner.cc
* scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
[lilypond.git] / lily / line-spanner.cc
index ee5c0e9c2c1f8fee0b6b2743f428d38de3c4546b..cc5011dbb15484b26ea50e96d2ec2f24a01f4205 100644 (file)
@@ -168,7 +168,7 @@ Line_spanner::line_molecule (Grob *me, Real thick,
                                             ly_symbol2scm ("music")),
                                    SCM_UNDEFINED);
       
-      Font_metric *fm = Font_interface::get_font (me->get_paper (),
+      Font_metric *fm = select_font (me->get_paper (),
                                                  gh_cons (style_alist,
                                                           alist_chain));
       Molecule m = fm->find_by_name ("scripts-trill-element");