X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fdynamic-performer.cc;h=2e0ccc094432c05b7681a82cbb191ce9cd686209;hb=cb01be4028886109ecc4772234452965ce7dfb66;hp=9b8f366843404336f72ea36da38b1714f85c28f1;hpb=fe3687d66d2a768c83fede50ce901c6ef1b4969e;p=lilypond.git diff --git a/lily/dynamic-performer.cc b/lily/dynamic-performer.cc index 9b8f366843..2e0ccc0944 100644 --- a/lily/dynamic-performer.cc +++ b/lily/dynamic-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" @@ -192,14 +192,19 @@ Dynamic_performer::listen_absolute_dynamic (Stream_event *r) } ADD_TRANSLATOR (Dynamic_performer, - /* doc */ "", - /* create */ "", + /* doc */ + "", + + /* create */ + "", /* read */ "dynamicAbsoluteVolumeFunction " "instrumentEqualizer " "midiMaximumVolume " "midiMinimumVolume " - "midiInstrument " - , - /*writes*/""); + "midiInstrument ", + + /* write */ + "" + );