]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rhythmic-column-engraver.cc
release: 1.5.27
[lilypond.git] / lily / rhythmic-column-engraver.cc
index c87409c450567a0dc6311bc46077f85475362f4f..84bd2ae16c8549947405b4669172d9244665d326 100644 (file)
@@ -58,15 +58,6 @@ Rhythmic_column_engraver::create_grobs ()
          note_column_ = new Item (get_property ("NoteColumn"));
          Note_column::set_interface (note_column_);
          announce_grob (note_column_, 0);
-
-         spacing_ = new Item (get_property ("NoteSpacing"));
-         spacing_->set_grob_property ("left-item", note_column_->self_scm ());
-         announce_grob (spacing_, 0);
-
-         if (last_spacing_)
-           {
-             last_spacing_->set_grob_property ("right-item" , note_column_->self_scm ());
-           }
        }
 
       for (int i=0; i < rhead_l_arr_.size (); i++)