]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/music-functions-init.ly
Move `symbol-or-boolean?' to c++.scm.
[lilypond.git] / ly / music-functions-init.ly
index f3e3777785794879a11762bd63e610f8ca50a988..82f5a91648a324e8437825fc2d1b31ee2effbdb7 100644 (file)
@@ -614,7 +614,6 @@ that they share a staff.")
    (make-part-combine-music parser
                             (list part1 part2)))
 
-#(define (symbol-or-boolean? x) (or (symbol? x) (boolean? x)))
 partcombineForce =
 #(define-music-function (location parser type once) (symbol-or-boolean? boolean?)
    (_i "Override the part-combiner.")