]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/c++.scm
Web: Download.itexi - expand on Windows install
[lilypond.git] / scm / c++.scm
index 48f54d3582b77fb6a426803b55022c2da33de424..badac67e5ca6f3a5ba3613edf46747b191ecbc38 100644 (file)
@@ -54,6 +54,9 @@
   (and (pair? x)
        (ly:moment? (car x)) (ly:moment? (cdr x))))
 
+(define-public (boolean-or-number? x)
+  (or (boolean? x) (number? x)))
+
 (define-public (boolean-or-symbol? x)
   (or (boolean? x) (symbol? x)))
 
@@ -93,8 +96,6 @@
 
 (define-public (scheme? x) #t)
 
-(define-public (symbol-or-boolean? x)
-  (or (symbol? x) (boolean? x)))
 
 (define-public (void? x)
   (unspecified? x))