diff options
Diffstat (limited to 'scm')
-rw-r--r-- | scm/define-grob-properties.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index dcf9705998..60b9d5b000 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -579,6 +579,9 @@ are added.") When set on a @code{StaffSymbol} grob it defines a repeating pattern of ledger lines and any parenthesized groups will always be shown together.") + (ledger-positions-function ,scheme? "A quoted Scheme procedure that +takes a @code{StaffSymbol} grob and the vertical position of a note head +as arguments and returns a list of ledger line positions.") (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 |