]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator.cc
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / lily / translator.cc
index d0ed1e52137f7990b7e93307b31a7956f5a3ed21..e4cb27d3b716c230a2af889ef55d25b83f7cd71b 100644 (file)
@@ -356,7 +356,15 @@ internal_event_assignment (Stream_event **old_ev, Stream_event *new_ev, const ch
 }
 
 ADD_TRANSLATOR (Translator,
-               "Base class. Not instantiated.",
+               /* doc */
+               "Base class.  Not instantiated.",
+
+               /* create */
                "",
+
+               /* read */
                "",
-               "");
+
+               /* write */
+               ""
+               );