]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-performer.cc
Properly remove empty /usr/share/info/lilypond directory and replace with symlink
[lilypond.git] / lily / staff-performer.cc
index d0ad8e1e05f1fca07b50ac20bf5f83da33d2f8ce..756b5e3a8114a5fca147be2f6c6698ed2f76c07a 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2009 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 ()
 {