]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parenthesis-engraver.cc
Run grand replace for 2015.
[lilypond.git] / lily / parenthesis-engraver.cc
index 7c17c7504b7d9d7b215e6e5fce24983fa5190d69..160a3935872cc32a0d0c3a3d2d4b1ea035445183 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--2015 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.");
             }
         }
     }