]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/piano-pedal-performer.cc
(triangle): add s to 0triangle.
[lilypond.git] / lily / piano-pedal-performer.cc
index 1dbdf10dcd69b21299679a335ec469ddc05cde69..66ff9516716714cd0e396717f10c29dae0042f6d 100644 (file)
@@ -7,8 +7,6 @@
 */
 
 #include "performer.hh"
-
-#include "event.hh"
 #include "audio-item.hh"
 
 /**
@@ -107,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 ();
 }
@@ -142,6 +140,6 @@ Piano_pedal_performer::try_music (Music* r)
   return false;
 }
 
-ENTER_DESCRIPTION (Piano_pedal_performer, "","",
+ADD_TRANSLATOR (Piano_pedal_performer, "","",
                   "pedal-event",
                   "","","" );