]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie.cc
accidental-engraver cleanups.
[lilypond.git] / lily / tie.cc
index 264bc9172a2b6f60d018c92863195787520e4581..73041c6a837f6fdb7482f14b02a7c65f57ae9a08 100644 (file)
@@ -213,7 +213,8 @@ Tie::calc_control_points (SCM smob)
   (void)  get_grob_direction (me);
 
   Grob *yparent = me->get_parent (Y_AXIS);
-  if (Tie_column::has_interface (yparent)
+  if ((Tie_column::has_interface (yparent)
+       || Semi_tie_column::has_interface (yparent)) 
       && unsmob_grob_array (yparent->get_object ("ties"))
       && unsmob_grob_array (yparent->get_object ("ties"))->size () > 1)
     {
@@ -288,8 +289,6 @@ Tie::print (SCM smob)
 }
 
 ADD_INTERFACE (Tie,
-              "tie-interface",
-              
               "A horizontal curve connecting two noteheads. \n\n"
               ,
               
@@ -301,6 +300,7 @@ ADD_INTERFACE (Tie,
               "dash-period "
               "details "
               "direction "
+              "head-direction "
               "line-thickness " 
               "quant-score "
               "staff-position "