X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fdrum-note-performer.cc;h=ee445f5ad89aac3d14db3c510a1e47e2e8adc206;hb=4bf1bf0e2050fd48c20836ae0f5501da7cc73c65;hp=bb55ac2ef6a417c2eae20c369aa19b965ae0409c;hpb=3ca3c192ce26488b14dc389f6ec5b1d3a5ef829d;p=lilypond.git diff --git a/lily/drum-note-performer.cc b/lily/drum-note-performer.cc index bb55ac2ef6..ee445f5ad8 100644 --- a/lily/drum-note-performer.cc +++ b/lily/drum-note-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2007 Jan Nieuwenhuizen + (c) 1996--2009 Jan Nieuwenhuizen */ #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 */ + "" + );