]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/semi-tie.cc
indent fix.
[lilypond.git] / lily / semi-tie.cc
index a95b30737f263dda851cce80f9271b7934a4bc6c..4f3c6b39d81c9bd38af5c5c71a93e10a955d4472 100644 (file)
@@ -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)
 {