X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftie-performer.cc;h=d6cd7628a0aa9b588a2b270841030ae9515d8c66;hb=23093de8c16965c17ef06ada9949cfaa14933dff;hp=c22fe255ec0d06e4ebadd7a7a994bb204fa0d374;hpb=5893387b3ff9e203376d93e16175bb25564bdbe9;p=lilypond.git diff --git a/lily/tie-performer.cc b/lily/tie-performer.cc index c22fe255ec..d6cd7628a0 100644 --- a/lily/tie-performer.cc +++ b/lily/tie-performer.cc @@ -3,14 +3,13 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2006 Han-Wen Nienhuys + (c) 1998--2007 Han-Wen Nienhuys */ #include "performer.hh" #include "audio-item.hh" #include "context.hh" -#include "pqueue.hh" #include "stream-event.hh" #include "translator.icc" @@ -102,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; @@ -111,8 +110,15 @@ Tie_performer::stop_translation_timestep () } ADD_TRANSLATOR (Tie_performer, - /* doc */ "Generate ties between noteheads of equal pitch.", - /* create */ "", - /* accept */ "tie-event", - /* read */ "tieMelismaBusy", - /* write */ ""); + /* doc */ + "Generate ties between note heads of equal pitch.", + + /* create */ + "", + + /* read */ + "tieMelismaBusy", + + /* write */ + "" + );