]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/to-xml.scm
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / scm / to-xml.scm
index 4db94a185250a7ba53e025f79cc2d07fde3275ef..b1b2ed79a69cf60729d8ad9fbf13161140389b60 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 2003--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 2003--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;;;                 Jan Nieuwenhuizen <janneke@gnu.org>
 
 (use-modules (ice-9 regex)
@@ -187,7 +187,7 @@ is then separated.
 (define (assert x)
   (if x
       #t
-      (ly:error (_ "assertion failed"))))
+      (ly:error (_ "assertion failed: ~S") x)))
 
 (define (re-sub re to string)
   (regexp-substitute/global #f re string 'pre to 'post))