From: James Lowe Date: Mon, 6 Jan 2014 07:07:08 +0000 (+0000) Subject: Doc: Extending - @ignore for inline scheme coding X-Git-Tag: release/2.19.1-1~20^2~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a07edcfbd4f2b95ea60ced12f824b2a9ee03fd8a;p=lilypond.git 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'. --- 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