From: Erlend Aasland Date: Thu, 15 Nov 2007 12:38:04 +0000 (+0100) Subject: Fix trivial bug introduced in commit fb88079204f0fd758f271f88bd7b2f3d8102b6fc X-Git-Tag: release/2.11.35-1~40 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d4ce4ffb6c483324393e6427a53db24a73bc60e2;p=lilypond.git Fix trivial bug introduced in commit fb88079204f0fd758f271f88bd7b2f3d8102b6fc --- 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 "