From: Mark Polesky Date: Wed, 21 Aug 2013 18:40:48 +0000 (-0700) Subject: Issue 3499: Remove 'thickness from LedgerLineSpanner interface. X-Git-Tag: release/2.17.25-1~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=12c04e284891433f7bdba44e53e7943386284b40;p=lilypond.git Issue 3499: Remove 'thickness from LedgerLineSpanner interface. --- diff --git a/lily/ledger-line-spanner.cc b/lily/ledger-line-spanner.cc index d36f908b2c..de88ba402f 100644 --- a/lily/ledger-line-spanner.cc +++ b/lily/ledger-line-spanner.cc @@ -326,14 +326,15 @@ Ledger_line_spanner::print (SCM smob) ADD_INTERFACE (Ledger_line_spanner, "This spanner draws the ledger lines of a staff. This is a" " separate grob because it has to process all potential" - " collisions between all note heads.", + " collisions between all note heads. The thickness of ledger" + " lines is controlled by the @code{ledger-line-thickness}" + " property of the @ref{StaffSymbol} grob.", /* properties */ "gap " "length-fraction " "minimum-length-fraction " "note-heads " - "thickness " ); struct Ledgered_interface