X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbar-line.cc;h=df97638dba6b9faa9f43e95d1780454e35d0a5c7;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=a7a50a85317ef36b78d44931211b2cbb89ec6d3a;hpb=6a12a54ddfec3bbdd3f90c8df1b1df0739a1b569;p=lilypond.git diff --git a/lily/bar-line.cc b/lily/bar-line.cc index a7a50a8531..df97638dba 100644 --- a/lily/bar-line.cc +++ b/lily/bar-line.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2007 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ #include "bar-line.hh" @@ -337,14 +337,14 @@ ADD_INTERFACE (Bar_line, " 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" + " @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 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" @@ -367,5 +367,3 @@ ADD_INTERFACE (Bar_line, "bar-size " "bar-extent " ); - -