]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-performer.cc
ADD_TRANSLATOR: Formatting, fix typos, add some doc strings.
[lilypond.git] / lily / key-performer.cc
index 32f94a632ed1356aaa48394432237f901ce9d28c..8a12e9bcf5f00b325f3dca5945b56ebba346b6ee 100644 (file)
@@ -96,7 +96,15 @@ Key_performer::listen_key_change (Stream_event *ev)
 }
 
 ADD_TRANSLATOR (Key_performer,
+               /* doc */
                "",
+
+               /* create */
                "",
+
+               /* read */
                "",
-               "");
+
+               /* write */
+               ""
+               );