]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grace-position-engraver.cc
release: 1.3.30
[lilypond.git] / lily / grace-position-engraver.cc
index e1e49f466af774207424c376240e5aa3bbf76c29..5024b8c7b8470cbee58a3d70f16e84d28e989f8a 100644 (file)
@@ -89,10 +89,6 @@ Grace_position_engraver::do_pre_move_processing ()
        return;
 
       warning (_("Unattached grace notes.  Attaching to last musical column."));
-      /*      if (ae)
-       ae->remove_element (align_l_);
-       else if (elt)*/
-
       
       align_l_->set_parent (0, X_AXIS);
       last_musical_col_l_->add_element (align_l_);