From 90b992fafb0b647567813e4cb35fce47b05f55d6 Mon Sep 17 00:00:00 2001 From: David Nalesnik Date: Tue, 6 May 2014 15:08:51 -0500 Subject: [PATCH] Use number-pair-list? with 'control-points The predicate number-pair-list? is a better fit than list?. --- 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 d6deaec30f..54798874db 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -199,7 +199,7 @@ measure of the closeness of the inner stems. It is used for damping the slope of the beam.") (connect-to-neighbor ,pair? "Pair of booleans, indicating whether this grob looks as a continued break.") - (control-points ,list? "List of offsets (number pairs) that form + (control-points ,number-pair-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.") (count-from ,integer? "The first measure in a measure count -- 2.39.5