]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slur-engraver.cc
release: 1.5.47
[lilypond.git] / lily / slur-engraver.cc
index 9bf8e6a29ec4674f24559c46c68695626589f190..806f5918e0b1bba4c79a738413e9a6e6e03b2de9 100644 (file)
@@ -156,7 +156,7 @@ Slur_engraver::create_grobs ()
          // push a new slur onto stack.
          // (use temp. array to wait for all slur STOPs)
          Grob* slur = new Spanner (get_property ("Slur"));
-         Slur::set_interface (slur);
+         Slur::set_interface (slur); // cannot remove yet!
          SCM s = get_property ("slurBeginAttachment");
          if (gh_symbol_p (s))
            {