X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fslur-performer.cc;h=01fdb326153e0caf27c35da33e4dddb68fe304c4;hb=220cea65f9373eea8795a6c4598d1214919fe79d;hp=447897d8b64dffe672bbbfbb76c4e1ee7fca089b;hpb=eb51e9b3adf374a806fed1dda25d146974950123;p=lilypond.git diff --git a/lily/slur-performer.cc b/lily/slur-performer.cc index 447897d8b6..01fdb32615 100644 --- a/lily/slur-performer.cc +++ b/lily/slur-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2006 Jan Nieuwenhuizen + (c) 1996--2007 Jan Nieuwenhuizen */ #include "performer.hh" @@ -85,6 +85,15 @@ Slur_performer::listen_slur (Stream_event *ev) } ADD_TRANSLATOR (Slur_performer, - "", "", - "slur-event", - "", ""); + /* doc */ + "", + + /* create */ + "", + + /* read */ + "", + + /* write */ + "" + );