]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/semi-tie.cc
Example of populating auto-LSR with snippets.
[lilypond.git] / lily / semi-tie.cc
index 77b266e6c43aeea6704dcaeccd5b3a4738a3d12c..a95b30737f263dda851cce80f9271b7934a4bc6c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 */
 
@@ -23,6 +23,7 @@ ADD_INTERFACE(Semi_tie,
              "control-points "
              "direction "
              "details "
+             "head-direction "
              "note-head "
              "thickness "
              );
@@ -43,8 +44,8 @@ Semi_tie::calc_control_points (SCM smob)
       programming_error ("lv tie without Semi_tie_column. Killing lv tie."); 
       me->suicide (); 
     }
-  
-  return SCM_UNSPECIFIED;
+
+  return me->get_property_data ("control-points");
 }
 
 int