]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/markup.scm
Fix define-markup error messages
[lilypond.git] / scm / markup.scm
index b0680ead52868bcbdf8ec5e4ec9b512ab341917c..ceb6a86a245332109bf5b9af71f50fb54915be76 100644 (file)
@@ -208,7 +208,7 @@ against SIGNATURE, reporting MAKE-NAME as the user-invoked function.
         (string-append
          make-name ": "
          (_ "Invalid argument in position ~A.  Expect: ~A, found: ~S."))
-         error-msg)
+         (car error-msg) (cadr error-msg)(caddr error-msg))
        (cons markup-function args))))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;