]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/drum-note-performer.cc
Run `make grand-replace'.
[lilypond.git] / lily / drum-note-performer.cc
index bb55ac2ef6a417c2eae20c369aa19b965ae0409c..959d39eb9d01bca5877aecc2cb1afce034c12358 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1996--2008 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "performer.hh"
@@ -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 */
+               ""
+               );