diff options
author | Graham Percival <graham@percival-music.ca> | 2006-07-19 07:01:16 +0000 |
---|---|---|
committer | Graham Percival <graham@percival-music.ca> | 2006-07-19 07:01:16 +0000 |
commit | 33ee4d1ebf3a085744b6c22e1987c7bd8ac95abc (patch) | |
tree | 3a777b28af68bf245298ca2f214036bcf1bce1a4 /scm | |
parent | 131160f8763267a54edf94c8b79de00140b3ca5d (diff) |
Clarify doc string.
Diffstat (limited to 'scm')
-rw-r--r-- | scm/define-grob-properties.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 27018602d0..4bde5b1c3c 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -371,7 +371,8 @@ direction. Values in between may also be specified.") Y axis.") (shorten-pair ,number-pair? "The lengths to shorten a -text-spanner on both sides, for example a pedal bracket") +text-spanner on both sides, for example a pedal bracket. Positive values +shorten the text-spanner, while negative values lengthen it.") (clip-edges ,boolean? "Allow outward pointing beamlets at the edges of beams?") (common-shortest-duration ,ly:moment? "The most common shortest note length. |