]> 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)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 17 Jul 2009 08:12:39 +0000 (01:12 -0700)
commitf073e985d3aeafd05d1eef91dcd485fa589f1d8f
treebf27a628c04c1530b7f01bf141dc987324bce4df
parentf5fc21366d4cc4a49e5b4e8dbc063f4ae27fbeed
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
(cherry picked from commit 4d193df8196c33871ceb48756c55edd1b1079fbd)
lily/context-def.cc
lily/translator-ctors.cc