X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftie-performer.cc;h=58bc879ec13bb3619ee7007fdf89f697e376c817;hb=f48bccdc9cefbbdf3fddee2574e275fa1e80105b;hp=2fe3df0733b045eb0e17df0abd0818832d9a145b;hpb=cbb205d40a19c0d2d9801031a63607e108a18038;p=lilypond.git diff --git a/lily/tie-performer.cc b/lily/tie-performer.cc index 2fe3df0733..58bc879ec1 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--2007 Han-Wen Nienhuys + (c) 1998--2009 Han-Wen Nienhuys */ #include "performer.hh" @@ -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 */ + "" + );