]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parenthesis-engraver.cc
Add Janek WarchoĊ‚'s email to authors.itexi
[lilypond.git] / lily / parenthesis-engraver.cc
index 7c17c7504b7d9d7b215e6e5fce24983fa5190d69..abd1d07cc405cd1992ee9a9adbb363939256747f 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -67,7 +67,7 @@ Parenthesis_engraver::acknowledge_grob (Grob_info info)
             }
           else
             {
-              programming_error ("Don't know how to parenthesize spanners.");
+              info.grob ()->warning ("Don't know how to parenthesize spanners.");
             }
         }
     }