]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performer-group-performer.cc
release: 1.1.53
[lilypond.git] / lily / performer-group-performer.cc
index c44d68ad7d5bf34cbf865d271b9997462315ef49..b0278c661d17cc955ba55c49574200fd703acc72 100644 (file)
@@ -49,7 +49,10 @@ Performer_group_performer::do_announces()
          for (int i=0; i < nongroups.size(); i++) 
            {   // Is this good enough?
              Performer * eng = dynamic_cast<Performer*> (nongroups[i]);
-             if (eng && eng!= info.origin_trans_l_arr_[0])
+             // urg, huh? core dump?
+             //if (eng && eng!= info.origin_trans_l_arr_[0])
+             if (eng && info.origin_trans_l_arr_.size ()
+                 && eng!= info.origin_trans_l_arr_[0])
                eng->acknowledge_element (info);
            }
        }