]> git.donarmstrong.com Git - lilypond.git/commitdiff
NR: Correct explanation of ledger line override
authorJames Lowe <pkx166h@gmail.com>
Sat, 12 Oct 2013 19:22:06 +0000 (20:22 +0100)
committerJames Lowe <pkx166h@gmail.com>
Sat, 19 Oct 2013 07:37:04 +0000 (08:37 +0100)
Issue 3556

Correct the explanation of how the ledger-line-thickness
override is calculated.

Documentation/notation/staff.itely

index 00809e093b27dfc1a422604e2f26597062853b70..a3446703cecd68fac3cef69f7c366a05be98e584 100644 (file)
@@ -480,10 +480,8 @@ default, are also affected.
 { f4 d g, e }
 @end lilypond
 
-However, it is possible to set ledger line thickness independently of
-staff lines.  The two values required multiply the staff line thickness
-with the staff line spacing and are then added together to give the
-ledger line thickness.
+It is also possible to set ledger line thickness independently of staff
+lines.
 
 @lilypond[verbatim,quote,relative=2]
 \new Staff \with {
@@ -493,6 +491,11 @@ ledger line thickness.
 { f'4 a, a,, f }
 @end lilypond
 
+@noindent
+The first value is multiplied by the staff line thickness, the second by
+the staff space and then the two values are added together to give the
+new thickness of the ledger line.
+
 The vertical positions of ledger lines can be altered,
 
 @lilypond[verbatim,quote,relative=2]