]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest-collision-engraver.cc
Doc: LM 4.1.2 additonal para for positioning grobs
[lilypond.git] / lily / rest-collision-engraver.cc
index e4a39d4fff4a5f9715cfacd418acc26964104528..620c60634962aaf5870c371913f3d233288c7b7c 100644 (file)
@@ -66,10 +66,7 @@ Rest_collision_engraver::process_acknowledged ()
         {
           Grob *column = g->get_parent (X_AXIS);
           if (!column)
-            {
-              g->warning (_ ("rhythmic head is not part of a rhythmic column"));
               continue;
-            }
 
           // Only include rests that start now. Include notes that started any time.
           Paper_column *paper_column = dynamic_cast<Item *> (column)->get_column ();