]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/phrasing-slur-engraver.cc
release: 1.5.1
[lilypond.git] / lily / phrasing-slur-engraver.cc
index 319c2668834fd627c89e707570be4463872be8eb..ed78313be55c5664b4a02c61eb69f918b7dcfc16 100644 (file)
@@ -111,9 +111,7 @@ Phrasing_slur_engraver::finalize ()
 #endif     
     }
   phrasing_slur_l_stack_.clear ();
-  SCM wg = get_property ("weAreGraceContext");
-  bool wgb = to_boolean (wg);
-  if (!wgb)
+
     for (int i=0; i < requests_arr_.size (); i++)
       {
        requests_arr_[i]->origin ()->warning (_ ("unterminated phrasing slur"));