X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftie-performer.cc;h=2fe3df0733b045eb0e17df0abd0818832d9a145b;hb=2b5cabd0f53c8fc3e553fee7b3aa5c3352e1106a;hp=0519fcb930488afe9d61b96a044890f629524df9;hpb=a276a19dc6bd57832db3107f2f2cbb04cb4677b6;p=lilypond.git diff --git a/lily/tie-performer.cc b/lily/tie-performer.cc index 0519fcb930..2fe3df0733 100644 --- a/lily/tie-performer.cc +++ b/lily/tie-performer.cc @@ -101,7 +101,7 @@ Tie_performer::stop_translation_timestep () heads_to_tie_ = now_heads_; } - for (vsize i = now_tied_heads_.size(); i--;) + for (vsize i = now_tied_heads_.size (); i--;) heads_to_tie_.push_back (now_tied_heads_[i]); event_ = 0;