]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slur-engraver.cc
release: 1.3.94
[lilypond.git] / lily / slur-engraver.cc
index b993e907f312555e982e4753cb2e8bb771cc80a5..ef3d6f062b6b8808bcb11628963aab4c50d44f3c 100644 (file)
@@ -156,7 +156,7 @@ Slur_engraver::do_process_music ()
        {
          // push a new slur onto stack.
          // (use temp. array to wait for all slur STOPs)
-         Score_element* slur = new Spanner (get_property ("basicSlurProperties"));
+         Score_element* slur = new Spanner (get_property ("Slur"));
          Slur::set_interface (slur);
          SCM s = get_property ("slurBeginAttachment");
          if (gh_symbol_p (s))