]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/piano-pedal-performer.cc
* lily/dots.cc (print): replace -
[lilypond.git] / lily / piano-pedal-performer.cc
index cd665d6da0fb5146c67400f7f8de6f14dd3e6826..66ff9516716714cd0e396717f10c29dae0042f6d 100644 (file)
@@ -105,7 +105,7 @@ Piano_pedal_performer::create_audio_elements ()
 void
 Piano_pedal_performer::stop_translation_timestep ()
 {
-  for (int i= 0; i< audios_.size (); i++)
+  for (int i = 0; i< audios_.size (); i++)
     play_element (audios_[i]);
   audios_.clear ();
 }
@@ -140,6 +140,6 @@ Piano_pedal_performer::try_music (Music* r)
   return false;
 }
 
-ENTER_DESCRIPTION (Piano_pedal_performer, "","",
+ADD_TRANSLATOR (Piano_pedal_performer, "","",
                   "pedal-event",
                   "","","" );