X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fslur-performer.cc;h=815876963fe8c1b9bdbb6d1b01c3a2b074065bae;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=6c8cd3a1926bcd9b357bc44a23e2ed56c8dea42a;hpb=358d6e99ada8019268ade9ba9080b2d0d88eeb7a;p=lilypond.git diff --git a/lily/slur-performer.cc b/lily/slur-performer.cc index 6c8cd3a192..815876963f 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--2008 Jan Nieuwenhuizen */ #include "performer.hh" @@ -85,5 +85,15 @@ Slur_performer::listen_slur (Stream_event *ev) } ADD_TRANSLATOR (Slur_performer, - "", "", - "", ""); + /* doc */ + "", + + /* create */ + "", + + /* read */ + "", + + /* write */ + "" + );