]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3499: Remove 'thickness from LedgerLineSpanner interface.
authorMark Polesky <markpolesky@yahoo.com>
Wed, 21 Aug 2013 18:40:48 +0000 (11:40 -0700)
committerMark Polesky <markpolesky@yahoo.com>
Wed, 21 Aug 2013 18:40:48 +0000 (11:40 -0700)
lily/ledger-line-spanner.cc

index d36f908b2c81d78aae69d3b1b8136500350b961d..de88ba402f6518fa44f068b3c431ce975fc25f69 100644 (file)
@@ -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