From: Neil Puttock Date: Fri, 7 Nov 2008 22:57:31 +0000 (+0000) Subject: Move grob property 'forced to internal properties. X-Git-Tag: release/2.11.64-1~74 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dca623c2c9462677ded8f935ea9f007951f41bf5;p=lilypond.git Move grob property 'forced to internal properties. --- 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.")