From: Neil Puttock Date: Thu, 4 Mar 2010 22:12:00 +0000 (+0000) Subject: Update type-p-name-alist with missing predicates. X-Git-Tag: release/2.13.16-1~57 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=282c23b7a8837c464cd780b24e93d81d67087f9b;p=lilypond.git Update type-p-name-alist with missing predicates. * fixes `unknown' type in music function documentation --- diff --git a/scm/lily.scm b/scm/lily.scm index b8a1af59a0..bb7ce8f608 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -430,6 +430,7 @@ LilyPond safe mode. The syntax is the same as `define*-public'." (,input-port? . "input port") (,integer? . "integer") (,list? . "list") + (,list-or-symbol? . "list or symbol") (,ly:context? . "context") (,ly:dimension? . "dimension, in staff space") (,ly:dir? . "direction") @@ -457,9 +458,11 @@ LilyPond safe mode. The syntax is the same as `define*-public'." (,output-port? . "output port") (,pair? . "pair") (,procedure? . "procedure") + (,real? . "real number") (,rhythmic-location? . "rhythmic location") (,scheme? . "any type") (,string? . "string") + (,string-or-pair? . "string or pair") (,symbol? . "symbol") (,vector? . "vector")))