X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fparenthesis-engraver.cc;h=1479aa4c0be887d711ae4d2b46c3b1e1cdb78f8c;hb=4402d15b615cd29241ebaa99c0fa667c22e1f2b8;hp=7c17c7504b7d9d7b215e6e5fce24983fa5190d69;hpb=bb8a0a5387af94dd2702877256334b160575a730;p=lilypond.git diff --git a/lily/parenthesis-engraver.cc b/lily/parenthesis-engraver.cc index 7c17c7504b..1479aa4c0b 100644 --- a/lily/parenthesis-engraver.cc +++ b/lily/parenthesis-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2011 Han-Wen Nienhuys + Copyright (C) 2005--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify @@ -22,7 +22,6 @@ #include "item.hh" #include "pointer-group-interface.hh" -#include "simple-closure.hh" #include "stream-event.hh" #include "warn.hh" @@ -67,7 +66,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."); } } }