]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/ly-syntax-constructors.scm
Imported Upstream version 2.18.2
[lilypond.git] / scm / ly-syntax-constructors.scm
index b3d7f3f0f01cf942ef71f7db0caa19fd47db742f..5fe0bfbbefef410acd76fdf536c2b343695eaff9 100644 (file)
@@ -73,7 +73,7 @@
    parser
    (format #f
            (_ "wrong type for argument ~a.  Expecting ~a, found ~s")
-           n (type-name pred) arg)
+           n (type-name pred) (music->make-music arg))
    location))
 
 (define-ly-syntax-simple (void-music)