]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spanner.cc
In doc strings, replace trailing spaces with leading ones.
[lilypond.git] / lily / spanner.cc
index 1cfcf093ebe6b0b850eab1ece5253c3a80a6a6a7..e73399dae07db19a06887cb09b25006be09b8716 100644 (file)
@@ -424,12 +424,12 @@ Spanner::bounds_width (SCM grob)
 }
 
 ADD_INTERFACE (Spanner,
-              "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.",
+              "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 "