]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/function-documentation.cc
* lily/text-item.cc (interpret_string): new file, select font with
[lilypond.git] / lily / function-documentation.cc
index 13f387c46db48409f05b56ee3a78160104a248ca..6454c3998916e15bcbc26a03561e85f3254f562d 100644 (file)
@@ -23,7 +23,7 @@ void ly_add_function_documentation (SCM func,
   if (!strlen (doc))
     return ; 
     
-  if (!ly_vector_p (doc_hash_table ))
+  if (!is_vector (doc_hash_table ))
     doc_hash_table = scm_make_vector (scm_int2num (59), SCM_EOL);
 
   String s = String (" - ") + "LilyPond procedure: " + fname + " " + varlist