Issue 655: \remove should emit warning for unknown engravers
http://code.google.com/p/lilypond/issues/detail?id=655
New issue report by lemzwerg:
\version "2.11.55"
\header { texidoc = "
@code{\remove} should emit a warning if its argument is an
undefined engraver.
Here is a counterexample.
" }
\new Staff \with {
% Intentionally incorrect engraver name.
\remove "Time_Signature_Engraver"
}
{
c''
}
Issue attributes:
Status: Accepted
Owner: lemzwerg
Labels: Type-Enhancement Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond