From: Mats Bengtsson Date: Thu, 4 Dec 2008 09:47:15 +0000 (+0100) Subject: Add documentation of ":" and "dashed" bar types. X-Git-Tag: release/2.12.0-1~13^2~32^2~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7cd97f32bc510ccacdb5cf2f616cd8dcfdbeb10c;p=lilypond.git Add documentation of ":" and "dashed" bar types. --- diff --git a/lily/bar-line.cc b/lily/bar-line.cc index df97638dba..cc1d61adcb 100644 --- a/lily/bar-line.cc +++ b/lily/bar-line.cc @@ -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"