X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpiano-pedal-performer.cc;h=cb5919cabc0e57e6d51015c1df886abcbf7dcbb0;hb=e8847c033921578ffdbcef014f01355ea4059960;hp=0c52377670e0e5efa8ee1ff5d0c089a7b464b5f1;hpb=00e3e15364b9d3c94cda1bcab9f889bb95f6832d;p=lilypond.git diff --git a/lily/piano-pedal-performer.cc b/lily/piano-pedal-performer.cc index 0c52377670..cb5919cabc 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--2009 Jan Nieuwenhuizen */ #include "performer.hh" @@ -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 */ + "" + );