]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-performer.cc
ADD_TRANSLATOR: Formatting, fix typos, add some doc strings.
[lilypond.git] / lily / staff-performer.cc
index d0ad8e1e05f1fca07b50ac20bf5f83da33d2f8ce..0b138701c391d30fb5ac89e63885bcfc4f9e6128 100644 (file)
@@ -42,8 +42,18 @@ private:
 
 #include "translator.icc"
 
-ADD_TRANSLATOR (Staff_performer, "", "",
-               "", "");
+ADD_TRANSLATOR (Staff_performer,
+               /* doc */
+               "",
+
+               /* create */
+               "",
+
+               /* read */
+               "",
+
+               /* write */
+               "");
 
 Staff_performer::Staff_performer ()
 {