diff options
author | Paul Morris <paulwmorris@gmail.com> | 2016-04-19 15:46:08 -0400 |
---|---|---|
committer | Paul Morris <paulwmorris@gmail.com> | 2016-05-01 12:22:22 -0400 |
commit | cce6142535a66c88811f7f9f28eba89b8fc3b9a3 (patch) | |
tree | 1920f20d4def2a476abfaeb87dd42dd41d57ac84 /scm | |
parent | 2bf73c37b1ee4bfdafe449dd7472b1a7d828902e (diff) |
Issue 4828/1: Allow override of NoteHead.ledger-positions
Typical use case is:
\once \override NoteHead.ledger-positions = #'(...)
where the user specifies a list of ledger positions.
Diffstat (limited to 'scm')
-rw-r--r-- | scm/define-grob-properties.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index e54bdaf183..dcf9705998 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -575,8 +575,10 @@ lines for.") lines. It is the sum of 2@tie{}numbers: The first is the factor for line thickness, and the second for staff space. Both contributions are added.") - (ledger-positions ,list? "Repeating pattern for the vertical positions -of ledger lines. Bracketed groups are always shown together.") + (ledger-positions ,list? "Vertical positions of ledger lines. +When set on a @code{StaffSymbol} grob it defines a repeating +pattern of ledger lines and any parenthesized groups will always be +shown together.") (left-bound-info ,list? "An alist of properties for determining attachments of spanners to edges.") (left-padding ,ly:dimension? "The amount of space that is put |