]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-column.cc
(Vertical spacing):
[lilypond.git] / lily / tie-column.cc
index 44208c234f7896e1509b5e6f77e4d289fac2a7fa..c3ff0c50e672958908557893ff24fcfc71871870 100644 (file)
@@ -154,7 +154,7 @@ Tie_column::werner_directions (Grob *me)
   if (ties.size () == 1)
     {
       Grob *  t = ties[0];
-      if (t->live ()
+      if (t->is_live ()
          && !get_grob_direction (t))
        set_grob_direction (t,Tie::get_default_dir (t));
       return ;
@@ -203,6 +203,6 @@ Tie_column::after_line_breaking (SCM smob)
 
 
 ADD_INTERFACE (Tie_column,"tie-column-interface",
-  "that sets tie directions in a tied chord",
+  "Object that sets directions of multiple ties in a tied chord",
   "direction");