]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/collision-engraver.cc
oops. Re-add Tweak_engraver
[lilypond.git] / lily / collision-engraver.cc
index 32dddc1d7ae36c91e3079b7c840856307c6e6b64..7bff5a8cd4a9d0cebbfddb04d17ba89b7efb9c82 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -46,6 +46,9 @@ Collision_engraver::acknowledge_note_column (Grob_info i)
       if (Note_column::has_rests (i.grob ()) || i.grob ()->get_parent (X_AXIS))
        return;
 
+      if (to_boolean (i.grob ()->get_property ("ignore-collision")))
+       return;
+      
       note_columns_.push_back (i.grob ());
     }
 }