]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update type-p-name-alist with missing predicates.
authorNeil Puttock <n.puttock@gmail.com>
Thu, 4 Mar 2010 22:12:00 +0000 (22:12 +0000)
committerNeil Puttock <n.puttock@gmail.com>
Thu, 4 Mar 2010 22:12:00 +0000 (22:12 +0000)
* fixes `unknown' type in music function documentation

scm/lily.scm

index b8a1af59a0b625993e0c795619b24038710cae0d..bb7ce8f608475cae15d92197f629d1be4d49fc13 100644 (file)
@@ -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")))