]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/markup.scm
Fix error message in define-markup-function
[lilypond.git] / scm / markup.scm
index 81614a68839fcddf458fd105d841fc4301ccd2dc..b0680ead52868bcbdf8ec5e4ec9b512ab341917c 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 2003--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; (c) 2003--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 "
 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."))
+         error-msg)
        (cons markup-function args))))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;