]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/coherent-ligature-engraver.cc
(best_splitpoint_index): fix beaming
[lilypond.git] / lily / coherent-ligature-engraver.cc
index 957106d4d7e94b97675c742faf46f7c8f418eae1..ff1691ef643312fe78fd2ab2519216ff02b36402 100644 (file)
@@ -179,13 +179,13 @@ compute_delta_pitches (vector<Grob_info> primitives)
       if (prev_primitive)
        {
          delta_pitch = pitch - prev_pitch;
-         prev_primitive->set_property ("delta-position",
+         prev_primitive->set_property ("delta-pitch",
                                        scm_from_int (delta_pitch));
        }
       prev_pitch = pitch;
       prev_primitive = primitive;
     }
-  primitive->set_property ("delta-position", scm_from_int (0));
+  primitive->set_property ("delta-pitch", scm_from_int (0));
 }
 
 void