From dbe1fd47441d21aadd5669e9e69edfecb38ae45a Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 25 Sep 2015 16:09:43 +0200 Subject: [PATCH] Issue 4620/6: Remove node "simple closure" from notation appendices --- Documentation/notation/notation-appendices.itely | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Documentation/notation/notation-appendices.itely b/Documentation/notation/notation-appendices.itely index 68f5cb7179..241daf752f 100644 --- a/Documentation/notation/notation-appendices.itely +++ b/Documentation/notation/notation-appendices.itely @@ -2352,7 +2352,6 @@ or in the source code. * parser:: * parser variable:: * prob:: -* simple closure:: * smob:: * stencil:: @end menu @@ -2389,7 +2388,6 @@ performed. @unnumberedsubsec closure @cindex closure -@cindex simple closure In Scheme, a @strong{closure} is created when a function, usually a lambda expression, is passed as a variable. The closure contains @@ -2402,13 +2400,6 @@ variables to be used in the calculation. One useful property of closures is the retention of internal variable values between invocations, so permitting state to be maintained. -A @strong{simple closure} is a closure whose expression has no free -variables and hence no free variable bindings. - -A simple closure is represented in LilyPond by a smob containing -the expression and a method to apply the expression to a passed -list of arguments. - @node glyph @unnumberedsubsec glyph @@ -2629,12 +2620,6 @@ to hold the formatted content of system grobs and titling blocks during page layout. -@node simple closure -@unnumberedsubsec simple closure - -See @ref{closure}. - - @node smob @unnumberedsubsec smob -- 2.39.5