]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tfm.cc
* Documentation/user/notation.itely: fixed 2 typos
[lilypond.git] / lily / tfm.cc
index 09ccdd37d5ed9a86430ca64cf8639988b53c11e7..942cffb3afe8fe99394177d407adeb3a8964c955 100644 (file)
@@ -134,7 +134,7 @@ Tex_font_metric::name_to_index (String s) const
   SCM sym = ly_symbol2scm (s.to_str0 ());
 
   SCM idx = scm_hash_ref (encoding_table_, sym, SCM_BOOL_F);
-  if (ly_char_p (idx))
+  if (ly_c_char_p (idx))
     {
       return (unsigned char) ly_scm2char (idx);
     }