From: Jan Nieuwenhuizen Date: Thu, 21 Apr 2005 18:50:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.21~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=aae69d9343c20a91f8daf8901feb6b3ec2eb4ff7;p=lilypond.git *** empty log message *** --- diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index c6ad8a828e..cac8840c94 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -72,8 +72,9 @@ immediately, and if @var{laziness} is @code{#t} then the accidental lasts forever. @end table ") - (autoBeamCheck ,procedure? "Routine taking two arguments, -start/stop (-1 or 1) and shortest note in the beam.") + (autoBeamCheck ,procedure? "Procedure taking three +arguments, CONTEXT, DIR start/stop (-1 or 1) and TEST shortest +note in the beam. A non-#f return value starts or stops the auto beam.") (autoBeaming ,boolean? "If set to true then beams are generated automatically.")