summaryrefslogtreecommitdiff
path: root/ly
diff options
context:
space:
mode:
authorPatrick McCarty <pnorcks@gmail.com>2010-09-30 15:02:05 -0700
committerPatrick McCarty <pnorcks@gmail.com>2010-11-18 22:41:54 -0800
commitbf278a94409fb4a7a94189ff4be0343f091ec8c3 (patch)
treec6475d373101b3dffacc2cc285573400b8495542 /ly
parent928bb5bd84419d5da3b00b3e17c1126edf234ca1 (diff)
Move `symbol-or-boolean?' to c++.scm.
This also fixes one of the compile issues with Guile 1.9.
Diffstat (limited to 'ly')
-rw-r--r--ly/music-functions-init.ly1
1 files changed, 0 insertions, 1 deletions
diff --git a/ly/music-functions-init.ly b/ly/music-functions-init.ly
index f3e3777785..82f5a91648 100644
--- a/ly/music-functions-init.ly
+++ b/ly/music-functions-init.ly
@@ -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.")