diff options
author | Mark Polesky <markpolesky@yahoo.com> | 2013-08-21 11:40:48 -0700 |
---|---|---|
committer | Mark Polesky <markpolesky@yahoo.com> | 2013-08-21 11:40:48 -0700 |
commit | 12c04e284891433f7bdba44e53e7943386284b40 (patch) | |
tree | 24956b09ef2fa34dd41d17d945ff17918c17df68 | |
parent | 84e6243cfa30f294727192befbba5e746fec6d5f (diff) |
Issue 3499: Remove 'thickness from LedgerLineSpanner interface.
-rw-r--r-- | lily/ledger-line-spanner.cc | 5 |
1 files changed, 3 insertions, 2 deletions
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 |