]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/function-documentation.cc
* lily/parser.yy (relative_music): start at middle C without pitch
[lilypond.git] / lily / function-documentation.cc
index 13f387c46db48409f05b56ee3a78160104a248ca..dc05bb308883b975d382f0879d1fab790a26e15c 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 (!ly_c_vector_p (doc_hash_table ))
     doc_hash_table = scm_make_vector (scm_int2num (59), SCM_EOL);
 
   String s = String (" - ") + "LilyPond procedure: " + fname + " " + varlist