X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbeam-performer.cc;h=34a1a86482d89386f87337da7ca740bd5f0ebd3a;hb=5bc9118a9fca0752373f52b4aa7d599b8880862f;hp=ba0135f1d093741258641109e052ec3fc4d0673b;hpb=68f8545bd6a0221ee1100336e4ad49399a7ffaa4;p=lilypond.git diff --git a/lily/beam-performer.cc b/lily/beam-performer.cc index ba0135f1d0..34a1a86482 100644 --- a/lily/beam-performer.cc +++ b/lily/beam-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2006 Jan Nieuwenhuizen + (c) 1996--2007 Jan Nieuwenhuizen */ #include "performer.hh" @@ -81,6 +81,17 @@ Beam_performer::listen_beam (Stream_event *ev) now_stop_ev_ = ev; } -ADD_TRANSLATOR (Beam_performer, "", "", - "beam-event", "", ""); +ADD_TRANSLATOR (Beam_performer, + /* doc */ + "", + + /* create */ + "", + + /* read */ + "", + + /* write */ + "" + );