]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add documentation of ":" and "dashed" bar types.
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Thu, 4 Dec 2008 09:47:15 +0000 (10:47 +0100)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Thu, 4 Dec 2008 09:47:15 +0000 (10:47 +0100)
lily/bar-line.cc

index df97638dba6b9faa9f43e95d1780454e35d0a5c7..cc1d61adcbb5b80fd81dda6b53495baa11d18fd0 100644 (file)
@@ -334,17 +334,15 @@ ADD_INTERFACE (Bar_line,
               "\n"
               "Print a special bar symbol.  It replaces the regular bar"
               " symbol with a special symbol.  The argument @var{bartype}"
-              " is a string which specifies the kind of bar line to print."
-              "  Options are @code{:|}, @code{|:}, @code{:|:}, @code{:|.|:},"
-              " @code{:|.:}, @code{||}, @code{|.}, @code{.|}, @code{.|.},"
-              " @code{|.|}, @code{:} and @code{dashed}.\n"
+              " is a string which specifies the kind of bar to print."
+              "  Options are @code{:|}, @code{|:}, @code{:|:}, @code{||},"
+              " @code{|.}, @code{.|}, @code{.|.}, @code{:} and"
+              " @code{dashed}.\n"
               "\n"
               "These produce, respectively, a right repeat, a left repeat,"
-              " a thick double repeat, a thin-thick-thin double repeat,"
-              " a thin-thick double repeat, a double bar, a start bar,"
-              " an end bar, a thick double bar, a thin-thick-thin bar,"
-              " a dotted bar and a dashed bar."
-              "  In addition, there is an option"
+              " a double repeat, a double bar, a start bar, an end bar,"
+              " a thick double bar, a dotted bar and a dashed bar. "
+              " In addition, there is an option"
               " @code{||:} which is equivalent to @code{|:} except at line"
               " breaks, where it produces a double bar (@code{||}) at the"
               " end of the line and a repeat sign (@code{|:}) at the"