]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/line-interface.cc
ADD_INTERFACE: Formatting and fixing typos.
[lilypond.git] / lily / line-interface.cc
index 2b4639c5d216350be99e713421d5d635319573d5..6d2d44045a58b1f714587a891b5fdfe63f2c5134 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. "
+              "Generic line objects.  Any object using lines supports this.  "
               "The property @code{style} can be @code{line}, "
-              "@code{dashed-line}, @code{trill}, \n"
-              "@code{dotted-line} or @code{zigzag}.\n"
+              "@code{dashed-line}, @code{trill}, @code{dotted-line} or "
+              "@code{zigzag}.\n"
               "\n"
-              "For dashed-line, the length of the dashes is tuned with "
-              "@code{dash-fraction}. If the latter is set to 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 "