]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-symbol.cc
string() -> to_string()
[lilypond.git] / lily / staff-symbol.cc
index 503bd49a59e7813a42349846cd7012c14744c6f6..4d1f6e88ead7581d62c3e97debd535bc146bcd32 100644 (file)
@@ -115,10 +115,9 @@ Staff_symbol::staff_space (Grob*me)
 
 
 ADD_INTERFACE (Staff_symbol,"staff-symbol-interface",
-  "This spanner draws the lines of a staff.  The center (i.e. middle line
-or space) is position 0. The length of the symbol may be set by hand
-through the @code{width} property.
-",
+  "This spanner draws the lines of a staff.  The center (i.e. middle line "
+"or space) is position 0. The length of the symbol may be set by hand "
+"through the @code{width} property. ",
               
   "width staff-space thickness line-count");