]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dynamic-performer.cc
Add --enable-rpath feature, defaulting to $ORIGIN/../lib. Default off.
[lilypond.git] / lily / dynamic-performer.cc
index 47abca1ead515d9d363639d3cb2f005cb0e8daf7..e5a7f20069847c3f09b5127640ff7b8beb2b9ef1 100644 (file)
@@ -149,7 +149,6 @@ Dynamic_performer::stop_translation_timestep ()
       finished_span_dynamic_->render ();
       finished_span_dynamic_ = 0;
     }
-
   
   if (absolute_ && absolute_->volume_ < 0)
     {
@@ -193,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 */
+               ""
+               );