]> git.donarmstrong.com Git - lilypond.git/commit
Fix #655.
authorNeil Puttock <n.puttock@gmail.com>
Tue, 21 Apr 2009 22:08:26 +0000 (23:08 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Tue, 21 Apr 2009 22:23:10 +0000 (23:23 +0100)
commit0329288852cc677bc8cc0fec321a4b65c357ad53
tree8c9f70ccfe4548859984540340dbf6efa8c3806b
parentd8b3b61b1a74121b65088747b7be2222235c1db3
Fix #655.

- check that an engraver exists before an attempt is made to remove
it within a \with block

- use warning () instead of error () so that compilation can continue
even when an unknown translator is detected
lily/context-def.cc
lily/translator-ctors.cc