]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/piano-pedal-performer.cc
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / lily / piano-pedal-performer.cc
index 6224b00ab3edc959f6ddb5cb9388d8322bf1edfc..1ab27bca07834d6866e9e90db5c7866eaa52e857 100644 (file)
@@ -90,7 +90,7 @@ Piano_pedal_performer::process_music ()
       if (p->event_drul_[STOP])
        {
          if (!p->start_event_)
-           p->event_drul_[STOP]->origin ()->warning (_f (cannot find start of piano pedal: `%s'", pedal_type));
+           p->event_drul_[STOP]->origin ()->warning (_f ("cannot find start of piano pedal: `%s'", pedal_type));
          else
            {
              Audio_piano_pedal *a = new Audio_piano_pedal;