]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/line-interface.cc
In doc strings, replace trailing spaces with leading ones.
[lilypond.git] / lily / line-interface.cc
index 6d2d44045a58b1f714587a891b5fdfe63f2c5134..13f5a8cdef59e6d863e4745d379712eb75ae52e1 100644 (file)
@@ -248,15 +248,15 @@ Line_interface::line (Grob *me, Offset from, Offset to)
 }
 
 ADD_INTERFACE (Line_interface,
-              "Generic line objects.  Any object using lines supports this.  "
-              "The property @code{style} can be @code{line}, "
-              "@code{dashed-line}, @code{trill}, @code{dotted-line} or "
-              "@code{zigzag}.\n"
+              "Generic line objects.  Any object using lines supports this."
+              "  The property @code{style} can be @code{line},"
+              " @code{dashed-line}, @code{trill}, @code{dotted-line} or"
+              " @code{zigzag}.\n"
               "\n"
-              "For @code{dashed-line}, the length of the dashes is tuned "
-              "with @code{dash-fraction}.  If the latter is set to@tie{}0, a "
-              "dotted line is produced.  If @code{dash-period} is negative, "
-              "the line is made transparent.",
+              "For @code{dashed-line}, the length of the dashes is tuned"
+              " with @code{dash-fraction}.  If the latter is set to@tie{}0, a"
+              " dotted line is produced.  If @code{dash-period} is negative,"
+              " the line is made transparent.",
 
               /* properties */
               "dash-period "