Status: Accepted
Owner: ----
Labels: Type-Documentation
New issue 3556 by [email protected]: NR 1.6: ledger-line-thickness
explanation
http://code.google.com/p/lilypond/issues/detail?id=3556
Report:
http://lists.gnu.org/archive/html/bug-lilypond/2013-09/msg00054.html
NR 1.6, Modifying single staves
http://lilypond.org/doc/v2.17/Documentation/notation/modifying-single-staves
"""
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.
\new Staff \with {
\override StaffSymbol.thickness = #2
\override StaffSymbol.ledger-line-thickness = #'(0.5 . 0.4)
}
{ f'4 a, a,, f }
"""
The last sentence is wrong and should be rephrased to match this:
\override StaffSymbol.ledger-line-thickness = #'(a . b)
means ledger-line-thickness = a*staffline thickness + b*staffspace
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings