From 7b2f210aa85607f9fd342445bbb1a4b357ed2d91 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Fri, 7 Nov 2008 22:57:31 +0000 Subject: [PATCH] Move grob property 'forced to internal properties. --- scm/define-grob-properties.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 7fcf8538cf..ed1837c8c6 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -236,7 +236,6 @@ Fractional values are allowed.") (force-hshift ,number? "This specifies a manual shift for notes in collisions. The unit is the note head width of the first voice note. This is used by @rinternals{note-collision-interface}.") - (forced ,boolean? "Manually forced accidental.") (fraction ,number-pair? "Numerator and denominator of a time signature object.") (french-beaming ,boolean? "Use French beaming style for this @@ -729,6 +728,7 @@ the grob where this is set in.") in addition to notes and stems.") (figures ,ly:grob-array? "Figured bass objects for continuation line.") + (forced ,boolean? "Manually forced accidental.") (glyph-name ,string? "The glyph name within the font.") (grace-spacing ,ly:grob? "A run of grace notes.") -- 2.11.4.GIT