]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-performer.cc
Run `make grand-replace'.
[lilypond.git] / lily / tie-performer.cc
index 0519fcb930488afe9d61b96a044890f629524df9..9f6ae786696234f72e85bd004ded06c1bfbfe8d4 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1998--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #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 */
+               ""
+               );