X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fparenthesis-engraver.cc;h=1479aa4c0be887d711ae4d2b46c3b1e1cdb78f8c;hb=a26d69cbc5f9bdc3064d97223bc8f8f8936a9938;hp=d021be9be45529bf262b87970abaa0c5aa54f465;hpb=99b6f3aa3558b01c9d4158b19a1f1794c534f89c;p=lilypond.git diff --git a/lily/parenthesis-engraver.cc b/lily/parenthesis-engraver.cc index d021be9be4..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--2014 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."); } } }