X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpiano-pedal-performer.cc;h=2552e6a32f3039ebce57d82be1c6b646ed5868c2;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=1ab27bca07834d6866e9e90db5c7866eaa52e857;hpb=7a3c3526e082ada6fefbe564315046a14ecf609c;p=lilypond.git diff --git a/lily/piano-pedal-performer.cc b/lily/piano-pedal-performer.cc index 1ab27bca07..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--2006 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 */ + "" + );