X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ffont-metric.cc;h=2f61d53f3fb821746b6a64e29b98d6a867b1cbdd;hb=ec8b80d1b75688aa875078a228fb0e6ec39d3ccb;hp=a57d905b27973ac06f6f2b026ae1414006e05c38;hpb=190f20aa82d91374e46f652c5272c216ebd02206;p=lilypond.git diff --git a/lily/font-metric.cc b/lily/font-metric.cc index a57d905b27..2f61d53f3f 100644 --- a/lily/font-metric.cc +++ b/lily/font-metric.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2006 Han-Wen Nienhuys + (c) 1999--2007 Han-Wen Nienhuys Mats Bengtsson (the ugly TeX parsing in text_dimension) */ @@ -40,7 +40,7 @@ Font_metric::find_by_name (string s) const { expr = scm_list_3 (ly_symbol2scm ("named-glyph"), self_scm (), - scm_makfrom0str (s.c_str ())); + ly_string2scm (s)); b = get_indexed_char (idx); }