]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/piano-pedal-performer.cc
release: 1.3.103
[lilypond.git] / lily / piano-pedal-performer.cc
index 6b1efab4358068a5129548572eb6d9b4570d124f..9bd045aed87b11af6750441ebefe268173c8a63c 100644 (file)
@@ -134,7 +134,7 @@ Piano_pedal_performer::do_try_music (Music* r)
        {
          if (s->span_type_str_ == String (p->name_))
            {
-             p->req_l_drul_[s->span_dir_] = s;
+             p->req_l_drul_[s->get_span_dir()] = s;
              return true;
            }
        }