]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/bar-line.cc: Add documentation for "||:" also in the
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 4 Aug 2006 08:17:34 +0000 (08:17 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 4 Aug 2006 08:17:34 +0000 (08:17 +0000)
interface documentation.

ChangeLog
lily/bar-line.cc

index 9f31757b901d0c0fa314d1c9f0008b80b4694b76..06c9efb6748100e943553baaef7166792084e680 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * lily/bar-line.cc: Add documentation for "||:" also in the
+       interface documentation.
+
 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
index 0c5c768f22248dc081242bf834c59275b80922cb..0a1c0d9fea9493b64ae34e4174690499861c79a1 100644 (file)
@@ -253,6 +253,10 @@ ADD_INTERFACE (Bar_line,
               "\n"
               "These produce, respectively, a right repeat, a left repeat, a double\n"
               "repeat, a double bar, a start bar, an end bar, and a thick double bar.\n"
+              "In addition, there is an option @code{||:} which is equivalent to\n"
+              "@code{|:} except at line breaks, where it produces a double bar (@code{||})\n"
+              "at the end of the line and a repeat sign (@code{|:}) at the beginning\n"
+              "of the new line."
               "If @var{bartype} is set to @code{empty} then nothing is printed,\n"
               "but a line break is allowed at that spot.\n"
               "\n\n"