]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-performer.cc
Run `make grand-replace'.
[lilypond.git] / lily / staff-performer.cc
index d0ad8e1e05f1fca07b50ac20bf5f83da33d2f8ce..b2565b1913d897b6c26ee02cda7d7744b83f4ae0 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2008 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "warn.hh"
@@ -42,8 +42,18 @@ private:
 
 #include "translator.icc"
 
-ADD_TRANSLATOR (Staff_performer, "", "",
-               "", "");
+ADD_TRANSLATOR (Staff_performer,
+               /* doc */
+               "",
+
+               /* create */
+               "",
+
+               /* read */
+               "",
+
+               /* write */
+               "");
 
 Staff_performer::Staff_performer ()
 {