]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/chord-entry.scm
Remove obsolete regression test.
[lilypond.git] / scm / chord-entry.scm
index f1e040d54aa9605388f218b981a1bb955febd642..17735e6aca75057bb0b6b89eb8733c2ea7fa3977 100644 (file)
@@ -1,6 +1,6 @@
 ;;;; This file is part of LilyPond, the GNU music typesetter.
 ;;;;
-;;;; Copyright (C) 2004--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; Copyright (C) 2004--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;;;
 ;;;; LilyPond is free software: you can redistribute it and/or modify
 ;;;; it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@ Entry point for the parser.
            (set! bass (cadr mods))
            (set! mods (cddr mods))))
       (if (pair? mods)
-         (scm-error 'chord-format "construct-chord" "Spurious garbage following chord: ~A" mods #f))
+         (ly:warning (_ "Spurious garbage following chord: ~A") mods))
       chord)
 
     (define (interpret-removals         chord mods)