diff options
author | Steven Weber <panteck@hotmail.com> | 2016-05-27 14:41:43 -0700 |
---|---|---|
committer | James Lowe <pkx166h@gmail.com> | 2016-06-12 09:52:45 +0100 |
commit | 05ddf3b60d68b70afce5ff79992e725267bdca46 (patch) | |
tree | 72b9859154a4f9a4b90fd6c138d8bc6b65d4566f /scm | |
parent | 14b131ca0ce871b276cea85c77b95bfbc98f301d (diff) |
Add the non-default property to the KeySignature grob
Diffstat (limited to 'scm')
-rw-r--r-- | scm/define-grob-properties.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 60b9d5b000..cb9103a6fc 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -675,7 +675,7 @@ object.") get stems extending to the middle staff line.") (non-break-align-symbols ,list? "A list of symbols that determine which NON-break-aligned interfaces to align this to.") - (non-default ,boolean? "Set for manually specified clefs.") + (non-default ,boolean? "Set for manually specified clefs and keys.") (non-musical ,boolean? "True if the grob belongs to a @code{NonMusicalPaperColumn}.") (nonstaff-nonstaff-spacing ,list? "The spacing alist |