]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-line.cc
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / bar-line.cc
index 0c5c768f22248dc081242bf834c59275b80922cb..840a1de15d352a19c1773707da83d5deed88f39e 100644 (file)
@@ -239,7 +239,6 @@ Bar_line::dashed_bar_line (Grob *me, Real h, Real thick)
 
 
 ADD_INTERFACE (Bar_line,
-              "bar-line-interface",
 
               "Bar line.\n"
               "\n"
@@ -253,6 +252,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"