From 655fa53d715c93e7a771f4061d1f2a3572f832b7 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Tue, 18 Nov 2008 16:22:59 +0100 Subject: [PATCH] Fix compilation (qutoes need to be escaped...) --- lily/bar-line.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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," -- 2.39.2