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