]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dynamic-engraver.cc
release: 1.1.15
[lilypond.git] / lily / dynamic-engraver.cc
index d5419588446007feaffcf4426e6d177cae55c895..e01a2fb6b69a727c498b73588cd9441abb867f6e 100644 (file)
@@ -75,7 +75,7 @@ Dynamic_engraver::do_process_requests()
        }
       else if (Span_dynamic_req *span_l = dynamic_cast <Span_dynamic_req *> (dreq_l))
        {
-         if (span_l->spantype == Span_req::STOP)
+         if (span_l->spantype_ == STOP)
            {
              if (!cresc_p_)
                {
@@ -88,7 +88,7 @@ Dynamic_engraver::do_process_requests()
                  cresc_p_ = 0;
                }
            }
-         else if (span_l->spantype == Span_req::START)
+         else if (span_l->spantype_ == START)
            {
              cresc_req_l_ = span_l;
              assert (!new_cresc_p);