]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/drum-note-performer.cc
ADD_TRANSLATOR: Formatting, fix typos, add some doc strings.
[lilypond.git] / lily / drum-note-performer.cc
index bb55ac2ef6a417c2eae20c369aa19b965ae0409c..b31727ebc7d528508863f5c970ae87c2e4cd5557 100644 (file)
@@ -92,4 +92,15 @@ Drum_note_performer::listen_note (Stream_event *ev)
 }
 
 ADD_TRANSLATOR (Drum_note_performer,
-               "Play drum notes.", "", "", "");
+               /* doc */
+               "Play drum notes.",
+
+               /* create */
+               "",
+
+               /* read */
+               "",
+
+               /* write */
+               ""
+               );