]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix compilation (qutoes need to be escaped...)
authorReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 18 Nov 2008 15:22:59 +0000 (16:22 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 18 Nov 2008 15:22:59 +0000 (16:22 +0100)
lily/bar-line.cc

index eab602b3cbd01a9cf0dc1966c4ea96003900c636..024d9a8535effbc5a1bb35ccd7f9f9d7249a55c2 100644 (file)
@@ -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,"