]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/engraver.cc
Fix typo in file name.
[lilypond.git] / lily / engraver.cc
index 4e0ea654337118d8e3a057310c24c046e5be7f61..38b43dc0980f1b00933796b730b62c4c596603ac 100644 (file)
@@ -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"