]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/fall-engraver.cc
(process_music): delta-pitch -> delta-step.
[lilypond.git] / lily / fall-engraver.cc
index 1b7cf93e81a3d9495458c77f4dc037e5411b4b1b..41a904f2422961688516ca927ddfecf1ab957cd7 100644 (file)
@@ -99,7 +99,7 @@ Fall_engraver::process_music ()
   if (fall_event_ && !fall_)
     {
       fall_ = make_spanner ("BendAfter", fall_event_->self_scm ());
-      fall_->set_property ("delta-position",
+      fall_->set_property ("delta-step",
                           scm_from_double (robust_scm2double (fall_event_->get_property ("delta-pitch"), 0) * 0.5));
     }
 }