From 614e7da264bbed09498e238216dcd4f397fb203a Mon Sep 17 00:00:00 2001 From: Valentin Villenave Date: Tue, 22 Apr 2008 18:26:19 +0200 Subject: [PATCH] Compil fix The 'corner-radius property is left undocumented. --- scm/define-grob-properties.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 7866532377..3fb91c199e 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -152,10 +152,6 @@ this grob looks as a continued break.") (control-points ,list? "List of offsets (number pairs) that form control points for the tie, slur, or bracket shape. For B@'eziers, this should list the control points of a third-order B@'ezier curve.") - (corner-radius ,number? "The diameter of a blot, in rounded -boxes. If set to #0, the corners will we completely sharp; default is -#1. If set to a too big value, it will be ignored and the shortest -edges of the box will be drawn as semicircles.") (damping ,number? "Amount of beam slope damping.") (dash-fraction ,number? "Size of the dashes, relative to -- 2.39.5