From: Reinhold Kainhofer Date: Tue, 18 Nov 2008 15:22:59 +0000 (+0100) Subject: Fix compilation (qutoes need to be escaped...) X-Git-Tag: release/2.11.65-1~48 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=655fa53d715c93e7a771f4061d1f2a3572f832b7;p=lilypond.git Fix compilation (qutoes need to be escaped...) --- diff --git a/lily/bar-line.cc b/lily/bar-line.cc index eab602b3cb..024d9a8535 100644 --- a/lily/bar-line.cc +++ b/lily/bar-line.cc @@ -336,7 +336,7 @@ 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{.|}, @code{.|.}, @code{:} and @code{"dashed"}.\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,"