]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-specification.cc
Issue 4478: Disentangle some Tie and Semi_tie code
[lilypond.git] / lily / tie-specification.cc
index 0ccf2c5beb3298e44e0f1d5e3e0814ed8ee029b6..9beb9859136c17d392f1cd6ff2285f4422fef434 100644 (file)
@@ -29,7 +29,7 @@ Tie_specification::from_grob (Grob *tie)
       has_manual_dir_ = true;
     }
 
-  position_ = Tie::get_position (tie);
+  position_ = Tie::get_position_generic (tie);
   SCM pos_scm = tie->get_property ("staff-position");
   if (scm_is_number (pos_scm))
     {