X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fstaff-symbol.cc;h=bb0a9674c05b4bb6e2e1fa93c0144868be28295a;hb=c484fb1da7751d35734194e623cb823b559e190f;hp=ab0c72b0d52e5dfa96e3da8a1c4ff7abe7208335;hpb=54edbfa25f69abcbab3ad6cb1b96cd63d0e92a7d;p=lilypond.git diff --git a/lily/staff-symbol.cc b/lily/staff-symbol.cc index ab0c72b0d5..bb0a9674c0 100644 --- a/lily/staff-symbol.cc +++ b/lily/staff-symbol.cc @@ -122,8 +122,11 @@ Staff_symbol::get_ledger_line_thickness (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. " + "A staff symbol definines a vertical unit, the staff space " + "Quantities that go by a half staff space are called positions " + "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. ", "ledger-line-thickness width staff-space thickness line-count");