]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spanner.cc
ADD_INTERFACE: Formatting and fixing typos.
[lilypond.git] / lily / spanner.cc
index b5b8a933a21a693d0fe6365051f9e36d9424a45b..1cfcf093ebe6b0b850eab1ece5253c3a80a6a6a7 100644 (file)
@@ -424,12 +424,14 @@ Spanner::bounds_width (SCM grob)
 }
 
 ADD_INTERFACE (Spanner,
-              "Some objects are horizontally spanned between objects. For\n"
-              "example, slur, beam, tie, etc. These grobs form a subtype called\n"
-              "@code{Spanner}. All spanners have two span-points (these must be\n"
-              "@code{Item} objects), one on the left and one on the right. The left bound is\n"
-              "also the X-reference point of the spanner.\n",
-
+              "Some objects are horizontally spanned between objects.  For "
+              "example, slurs, beams, ties, etc.  These grobs form a subtype "
+              "called @code{Spanner}.  All spanners have two span points "
+              "(these must be @code{Item} objects), one on the left and one "
+              "on the right.  The left bound is also the X@tie{}reference "
+              "point of the spanner.",
+
+              /* properties */
               "minimum-length "
               "to-barline "
               );