]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/chord-entry.scm
Doc: IR - Improve grob 'size' description
[lilypond.git] / scm / chord-entry.scm
index ca864f3e1057fe44d32d8ac825a302a7dee9607c..1d41c973e80330876afc9de25d5e090e4bc223ef 100644 (file)
@@ -51,7 +51,8 @@ Entry point for the parser."
             (set! bass (cadr mods))
             (set! mods (cddr mods))))
       (if (pair? mods)
-          (ly:warning (_ "Spurious garbage following chord: ~A") mods))
+          (ly:parser-error
+           (format #f (_ "Spurious garbage following chord: ~A") mods)))
       chord)
 
     (define (interpret-removals  chord mods)