]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slur-engraver.cc
release: 1.1.15
[lilypond.git] / lily / slur-engraver.cc
index 24a87c81e6da5240b78e11cd2ce3c75d16b94ffa..308cc419354aec64447810f188c675644a744dcd 100644 (file)
@@ -59,7 +59,7 @@ Slur_engraver::do_process_requests()
     {
       Slur_req* slur_req_l = new_slur_req_l_arr_[i];
       // end slur: move the slur to other array
-      if (slur_req_l->spantype == Span_req::STOP)
+      if (slur_req_l->spantype_ == STOP)
        {
          if (slur_l_stack_.empty())
 
@@ -70,7 +70,7 @@ Slur_engraver::do_process_requests()
              requests_arr_.pop();
            }
        }
-      else  if (slur_req_l->spantype == Span_req::START)
+      else  if (slur_req_l->spantype_ == START)
        {
          // push a new slur onto stack.
          //(use temp. array to wait for all slur STOPs)