]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/span-bar-engraver.cc
Moves all functions related to the `position' property of beam to beam-quanting.cc.
[lilypond.git] / lily / span-bar-engraver.cc
index 5ebe256346c6cbc4ad98a20a533c765a7a48282b..4addffcac66b218f8c1efd91feb9e16d0a7252dd 100644 (file)
@@ -86,10 +86,6 @@ Span_bar_engraver::stop_translation_timestep ()
 {
   if (spanbar_)
     {
-      vector_sort (bars_, Grob::vertical_less);
-      for (vsize i = 0; i < bars_.size (); i++)
-        Span_bar::add_bar (spanbar_, bars_[i]);
-
       SCM vissym = ly_symbol2scm ("break-visibility");
       SCM vis = bars_[0]->internal_get_property (vissym);
       if (ly_is_equal (spanbar_->internal_get_property (vissym), vis))