X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fbeam-performer.cc;h=bd85a6a1f1d40f69d730a05a6e7277e86a5f6283;hb=febe7491f160ea624db77da6842e35a80c0374d6;hp=ba0135f1d093741258641109e052ec3fc4d0673b;hpb=68f8545bd6a0221ee1100336e4ad49399a7ffaa4;p=lilypond.git diff --git a/lily/beam-performer.cc b/lily/beam-performer.cc index ba0135f1d0..bd85a6a1f1 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--2009 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 */ + "" + );