]> git.donarmstrong.com Git - lilypond.git/commitdiff
Revert "Add documentation of ":" and "dashed" bar types."
authorNeil Puttock <n.puttock@gmail.com>
Thu, 4 Dec 2008 22:07:01 +0000 (22:07 +0000)
committerNeil Puttock <n.puttock@gmail.com>
Thu, 4 Dec 2008 22:07:01 +0000 (22:07 +0000)
This reverts commit e275a92cf766f5142edc81e08303b24f365d5555.

lily/bar-line.cc

index cc1d61adcbb5b80fd81dda6b53495baa11d18fd0..df97638dba6b9faa9f43e95d1780454e35d0a5c7 100644 (file)
@@ -334,15 +334,17 @@ 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 to print."
-              "  Options are @code{:|}, @code{|:}, @code{:|:}, @code{||},"
-              " @code{|.}, @code{.|}, @code{.|.}, @code{:} and"
-              " @code{dashed}.\n"
+              " 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"
               "\n"
               "These produce, respectively, a right repeat, a left repeat,"
-              " 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"
+              " 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"
               " @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"