]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/system.cc
* lily/tie-engraver.cc (struct Head_event_tuple): store both
[lilypond.git] / lily / system.cc
index a8a0ff5160f7ba0730c8ce20eee15796780cf5a5..2fba41a49e9f6e04b92f6a66cf428ea2338273a6 100644 (file)
@@ -218,6 +218,7 @@ System::break_into_pieces (vector<Column_x_positions> const &breaking)
          c[j]->translate_axis (breaking[i].config_[j], X_AXIS);
          dynamic_cast<Paper_column *> (c[j])->system_ = system;
        }
+      
       set_loose_columns (system, &breaking[i]);
       broken_intos_.push_back (system);
     }