X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fsemi-tie.cc;h=a23ddd40f540d13950611fb33405cc3c52a92021;hb=f8a3931a86d9d0f634ba131036a8abfc0e086a5a;hp=96d4a07219ac88906d15f596b51b2711de9a2bab;hpb=f1a2099d6710378ef1c02a617016f30f7d1d75f4;p=lilypond.git diff --git a/lily/semi-tie.cc b/lily/semi-tie.cc index 96d4a07219..a23ddd40f5 100644 --- a/lily/semi-tie.cc +++ b/lily/semi-tie.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2006 Han-Wen Nienhuys + (c) 2005--2009 Han-Wen Nienhuys */ @@ -15,19 +15,19 @@ #include "warn.hh" #include "staff-symbol-referencer.hh" -ADD_INTERFACE(Semi_tie, - - "A tie which is only on one side connected to note heads. ", +ADD_INTERFACE (Semi_tie, + "A tie which is only on one side connected to a note head.", /* properties */ "control-points " "direction " "details " + "head-direction " "note-head " "thickness " ); -MAKE_SCHEME_CALLBACK(Semi_tie, calc_control_points, 1) +MAKE_SCHEME_CALLBACK (Semi_tie, calc_control_points, 1) SCM Semi_tie::calc_control_points (SCM smob) {