X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fengraver.cc;h=8e49280fd8f928413eb810b4b1428da66e806691;hb=17345fe2a78e71cebd3252f877f4f30bca6bb1b9;hp=9e6b23118cecef61641807e6b18c6b2312f1b894;hpb=54ef49768776f686e5ea452acd49e02ef8715279;p=lilypond.git diff --git a/lily/engraver.cc b/lily/engraver.cc index 9e6b23118c..8e49280fd8 100644 --- a/lily/engraver.cc +++ b/lily/engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2009 Han-Wen Nienhuys + Copyright (C) 1997--2011 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -191,7 +191,7 @@ unsmob_engraver (SCM eng) bool ly_is_grob_cause (SCM obj) { - return unsmob_grob (obj) || unsmob_stream_event (obj); + return unsmob_grob (obj) || unsmob_stream_event (obj) || (obj == SCM_EOL); } #include "translator.icc"