X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpiano-pedal-performer.cc;h=2552e6a32f3039ebce57d82be1c6b646ed5868c2;hb=f0bd72f53dca7b79853a70007e53f31d7e21ac76;hp=ef01942221f26ebffd24c620927ffaf7360de17a;hpb=474c8729dc274a30558102a015a01fa5882673db;p=lilypond.git diff --git a/lily/piano-pedal-performer.cc b/lily/piano-pedal-performer.cc index ef01942221..2552e6a32f 100644 --- a/lily/piano-pedal-performer.cc +++ b/lily/piano-pedal-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2007 Jan Nieuwenhuizen + (c) 2000--2008 Jan Nieuwenhuizen */ #include "performer.hh" @@ -97,7 +97,7 @@ Piano_pedal_performer::process_music () a->type_string_ = pedal_type; a->dir_ = STOP; audios_.push_back (a); - Audio_element_info info(a, p->event_drul_[STOP]); + Audio_element_info info (a, p->event_drul_[STOP]); announce_element (info); } p->start_event_ = 0; @@ -110,7 +110,7 @@ Piano_pedal_performer::process_music () a->type_string_ = pedal_type; a->dir_ = START; audios_.push_back (a); - Audio_element_info info(a, p->event_drul_[START]); + Audio_element_info info (a, p->event_drul_[START]); announce_element (info); } p->event_drul_[START] = 0; @@ -159,5 +159,16 @@ Piano_pedal_performer::listen_una_corda (Stream_event *r) info_alist_[UNA_CORDA].event_drul_[d] = r; } -ADD_TRANSLATOR (Piano_pedal_performer, "", "", - "", ""); +ADD_TRANSLATOR (Piano_pedal_performer, + /* doc */ + "", + + /* create */ + "", + + /* read */ + "", + + /* write */ + "" + );