From: Mats Bengtsson Date: Tue, 18 Nov 2008 09:39:37 +0000 (+0100) Subject: Add documentation of the ":" and "dashed" bar line types. X-Git-Tag: release/2.11.65-1~49 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=213ee95aee987ba84026de6c4c0ae74c3c800055;p=lilypond.git Add documentation of the ":" and "dashed" bar line types. --- diff --git a/lily/bar-line.cc b/lily/bar-line.cc index d0b18fd1c5..eab602b3cb 100644 --- a/lily/bar-line.cc +++ b/lily/bar-line.cc @@ -336,11 +336,12 @@ ADD_INTERFACE (Bar_line, " 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{.|}, and @code{.|.}.\n" + " @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, and" - " a thick double 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"