]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4094: Check for Note_column interface before using grob.
authorDan Eble <eble@ticalc.org>
Sat, 6 Sep 2014 18:35:20 +0000 (14:35 -0400)
committerJames Lowe <pkx166h@gmail.com>
Wed, 17 Sep 2014 15:17:43 +0000 (16:17 +0100)
commit0af7267a176f3d53046b54c6de253599ee68f675
tree128f9968ed556ddd640fc3cb4a7f645c5b6aa6de
parent6ae18174571058037931470d0e7ac6615fb9321e
Issue 4094: Check for Note_column interface before using grob.

Rest_collision was calling Note_column functions on grobs that did not
have the Note_column interface.  Now Rest_collision ignores such grobs
and Note_column will print a more accurate message if such an error
ever happens again.
lily/note-column.cc
lily/rest-collision.cc