X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftie-performer.cc;h=9f6ae786696234f72e85bd004ded06c1bfbfe8d4;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=df68a638b1c0cf827123092690772ac4f8996ac0;hpb=44eef75fc924487b8d322d7f4c7a4d9d73d204b1;p=lilypond.git diff --git a/lily/tie-performer.cc b/lily/tie-performer.cc index df68a638b1..9f6ae78669 100644 --- a/lily/tie-performer.cc +++ b/lily/tie-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2006 Han-Wen Nienhuys + (c) 1998--2008 Han-Wen Nienhuys */ #include "performer.hh" @@ -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; @@ -110,7 +110,15 @@ Tie_performer::stop_translation_timestep () } ADD_TRANSLATOR (Tie_performer, - /* doc */ "Generate ties between noteheads of equal pitch.", - /* create */ "", - /* read */ "tieMelismaBusy", - /* write */ ""); + /* doc */ + "Generate ties between note heads of equal pitch.", + + /* create */ + "", + + /* read */ + "tieMelismaBusy", + + /* write */ + "" + );