]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add documentation of the ":" and "dashed" bar line types.
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Tue, 18 Nov 2008 09:39:37 +0000 (10:39 +0100)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Tue, 18 Nov 2008 09:39:37 +0000 (10:39 +0100)
lily/bar-line.cc

index d0b18fd1c55345adf59f2d46f99321a5d9390af3..eab602b3cbd01a9cf0dc1966c4ea96003900c636 100644 (file)
@@ -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"