X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Ftie-performer.cc;h=d6cd7628a0aa9b588a2b270841030ae9515d8c66;hb=d15c79e957e0cc927996ab3ba3526ef63a323b92;hp=2fe3df0733b045eb0e17df0abd0818832d9a145b;hpb=ade2bb7da653fbd9d670590afd67376fe69c59dd;p=lilypond.git diff --git a/lily/tie-performer.cc b/lily/tie-performer.cc index 2fe3df0733..d6cd7628a0 100644 --- a/lily/tie-performer.cc +++ b/lily/tie-performer.cc @@ -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 */ + "" + );