]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc:CG: remove error
authorKeith OHara <k-ohara5a5a@oco.net>
Wed, 16 May 2012 06:39:26 +0000 (23:39 -0700)
committerKeith OHara <k-ohara5a5a@oco.net>
Sat, 19 May 2012 03:43:31 +0000 (20:43 -0700)
Chained offset callbacks, at least, have a different order of
parameters than was documented.

Documentation/contributor/programming-work.itexi

index 0897ca125211074cb7d986a1a457cc826520898f..016145d83cfa7b9f0e6690d8946b8e3f176a367d 100644 (file)
@@ -1880,11 +1880,6 @@ slice of the spanner than considering it on the whole.  This is useful
 during line breaking, for example, when we want to estimate the Y-extent
 of a spanner broken at given starting and ending columns.
 
-If the pure function you're writing takes more than three arguments
-(say, for example, a chained offset callback), this is not a problem:
-just make sure that the grob is the first argument and that start and
-end are the last two arguments.
-
 
 @node How purity is defined and stored
 @subsection How purity is defined and stored