]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/ly-syntax-constructors.scm
Doc: NR Fixes mis-ordered menu section for 4.3
[lilypond.git] / scm / ly-syntax-constructors.scm
index 2712fc21f3c331228192f563285b8b34fc246777..73e871686e3ee079f488ec646b0d550d870206ba 100644 (file)
@@ -64,7 +64,8 @@
           (if good
               (ly:parser-error parser
                                (format #f (_ "~a function cannot return ~a")
-                                       (type-name pred) m)
+                                       (type-name pred)
+                                       (value->lily-string m parser))
                                loc))
           (and (pair? (car sig)) (cdar sig))))))