X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=scm%2Fmarkup.scm;h=ceb6a86a245332109bf5b9af71f50fb54915be76;hb=7461c479c7a2e448b2d1da9759246b0cc1c9257a;hp=81614a68839fcddf458fd105d841fc4301ccd2dc;hpb=79aa415228f9193801a7d31aa595a0411f19288b;p=lilypond.git diff --git a/scm/markup.scm b/scm/markup.scm index 81614a6883..ceb6a86a24 100644 --- a/scm/markup.scm +++ b/scm/markup.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2003--2007 Han-Wen Nienhuys +;;;; (c) 2003--2009 Han-Wen Nienhuys " Internally markup is stored as lists, whose head is a function. @@ -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)))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;