]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/phrasing-slur-engraver.cc
release: 1.5.47
[lilypond.git] / lily / phrasing-slur-engraver.cc
index f51f9473b8e2e71b1e32fff18084b9974f13da04..dc4b7d624b00e2dc5708f9d00e3522dd20a1096d 100644 (file)
@@ -147,7 +147,7 @@ Phrasing_slur_engraver::create_grobs ()
          // push a new phrasing_slur onto stack.
          // (use temp. array to wait for all phrasing_slur STOPs)
          Grob* phrasing_slur = new Spanner (get_property ("PhrasingSlur"));
-         Slur::set_interface (phrasing_slur);
+         Slur::set_interface (phrasing_slur); // can't remove.
          SCM s = get_property ("phrasingSlurBeginAttachment");
          if (gh_symbol_p (s))
            {