X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbeam-performer.cc;h=544dbfb3b128e6bad82de4c3d86bf1341d62f928;hb=8f2493cf80f90a12938c305c5fcb01de7e9a03fc;hp=6d36c78381774295d3d1c60411cf9bca29db0f66;hpb=b6a8afbd0a9a0b36b07c114503d81a7c420e09e7;p=lilypond.git diff --git a/lily/beam-performer.cc b/lily/beam-performer.cc index 6d36c78381..544dbfb3b1 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" @@ -12,7 +12,6 @@ #include "global-context.hh" #include "stream-event.hh" #include "warn.hh" -#include "music.hh" #include "translator.icc" @@ -82,6 +81,5 @@ Beam_performer::listen_beam (Stream_event *ev) now_stop_ev_ = ev; } -ADD_TRANSLATOR (Beam_performer, "", "", - "beam-event", "", ""); +ADD_TRANSLATOR (Beam_performer, "", "", "", "");