X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fsemi-tie.cc;h=996b36a02ec05313c65ea3c027b75e0ed1f25b73;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=a95b30737f263dda851cce80f9271b7934a4bc6c;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/semi-tie.cc b/lily/semi-tie.cc index a95b30737f..996b36a02e 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--2007 Han-Wen Nienhuys + (c) 2005--2008 Han-Wen Nienhuys */ @@ -15,9 +15,8 @@ #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 " @@ -28,7 +27,7 @@ ADD_INTERFACE(Semi_tie, "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) {