From 120b3fbd5e26a06b1cd8e173e6a6961087367e1c Mon Sep 17 00:00:00 2001 From: James Lowe Date: Mon, 6 Jan 2014 07:07:08 +0000 Subject: [PATCH] Doc: Extending - @ignore for inline scheme coding Issue 1999 Added @ignore for what was 2.8 'Inline Scheme Code' as the current example is technically incorrect and finding/writing a non-trivial example (to make the documenting of it worthwhile in the first place) is 'rather hard'. --- Documentation/extending/programming-interface.itely | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/extending/programming-interface.itely b/Documentation/extending/programming-interface.itely index 945a44aefe..528e75b8b9 100644 --- a/Documentation/extending/programming-interface.itely +++ b/Documentation/extending/programming-interface.itely @@ -25,7 +25,6 @@ not familiar with Scheme, you may wish to read our * Markup functions:: * Contexts for programmers:: * Callback functions:: -* Inline Scheme code:: * Difficult tweaks:: @end menu @@ -1304,8 +1303,10 @@ my-callback = #(lambda (grob) (grob-interpret-markup grob (markup "foo"))) @end example -@node Inline Scheme code -@section Inline Scheme code +@ignore + +@n ode Inline Scheme code +@s ection Inline Scheme code TODO: after this section had been written, LilyPond has improved to the point that finding a @emph{simple} example where one would @@ -1352,6 +1353,7 @@ font size is prepended to the property list with the written back with @code{set!}. The last element of the @code{let} block is the return value, @code{m} itself. +@end ignore @node Difficult tweaks -- 2.39.2