From: Keith OHara Date: Wed, 16 May 2012 06:39:26 +0000 (-0700) Subject: Doc:CG: remove error X-Git-Tag: release/2.15.39-1~17 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2c77bcc3dd446189af62d320d96359a165335179;p=lilypond.git Doc:CG: remove error Chained offset callbacks, at least, have a different order of parameters than was documented. --- diff --git a/Documentation/contributor/programming-work.itexi b/Documentation/contributor/programming-work.itexi index 0897ca1252..016145d83c 100644 --- a/Documentation/contributor/programming-work.itexi +++ b/Documentation/contributor/programming-work.itexi @@ -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