From 6089615c24e374ba2902e9a31940e1e8fe04a539 Mon Sep 17 00:00:00 2001 From: James Lowe Date: Sat, 21 Nov 2015 08:35:10 +0000 Subject: [PATCH] Doc: IR - Improve grob 'size' description Issue 4438 Improve the description used in the the 'size' property definition. --- scm/define-grob-properties.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index b387da206e..db5b2e1d7b 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -881,7 +881,8 @@ placed vertically.") object.") (simple-Y ,boolean? "Should the Y placement of a spanner disregard changes in system heights?") - (size ,number? "Size of object, relative to standard size.") + (size ,number? "The ratio of the size of the object to its default +size.") (skip-quanting ,boolean? "Should beam quanting be skipped?") (skyline-horizontal-padding ,number? "For determining the vertical distance between two staves, it is possible to have a -- 2.39.2