From d4ce4ffb6c483324393e6427a53db24a73bc60e2 Mon Sep 17 00:00:00 2001 From: Erlend Aasland Date: Thu, 15 Nov 2007 13:38:04 +0100 Subject: [PATCH] Fix trivial bug introduced in commit fb88079204f0fd758f271f88bd7b2f3d8102b6fc --- lily/line-interface.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/line-interface.cc b/lily/line-interface.cc index b3f110f11a..2b4639c5d2 100644 --- a/lily/line-interface.cc +++ b/lily/line-interface.cc @@ -252,7 +252,7 @@ ADD_INTERFACE (Line_interface, "The property @code{style} can be @code{line}, " "@code{dashed-line}, @code{trill}, \n" "@code{dotted-line} or @code{zigzag}.\n" - "\n", + "\n" "For dashed-line, the length of the dashes is tuned with " "@code{dash-fraction}. If the latter is set to 0, a dotted line is " "produced. If @code{dash-period} is negative, the line is made " -- 2.39.5