From: Trevor Daniels Date: Mon, 6 Oct 2008 13:26:41 +0000 (+0100) Subject: Docs: NR 6.7 Fix visible TODO X-Git-Tag: release/2.11.62-1~35 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b60859d11c44ffdcff08e9ceb8838d8fb7190e83;p=lilypond.git Docs: NR 6.7 Fix visible TODO --- diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index 9b1a518797..b0b6ba9a09 100644 --- a/Documentation/user/programming-interface.itely +++ b/Documentation/user/programming-interface.itely @@ -22,8 +22,9 @@ not familiar with Scheme, you may wish to read our * Building complicated functions:: * Markup programmer interface:: * Contexts for programmers:: -* Scheme procedures as properties:: -* TODO moved into scheme:: +* Scheme procedures as properties:: +* Using Scheme code instead of \tweak:: +* Difficult tweaks:: @end menu @@ -1366,16 +1367,8 @@ to @var{proc}, the outer ensures that result of the function is returned, rather than the @code{simple-closure} object. -@node TODO moved into scheme -@section TODO moved into scheme - -@menu -* Using Scheme code instead of \tweak:: -* Difficult tweaks:: -@end menu - @node Using Scheme code instead of \tweak -@subsection Using Scheme code instead of @code{\tweak} +@section Using Scheme code instead of @code{\tweak} The main disadvantage of @code{\tweak} is its syntactical inflexibility. For example, the following produces a syntax error. @@ -1404,7 +1397,7 @@ F = #(let ((m (make-music 'ArticulationEvent (acons 'font-size -3 (ly:music-property m 'tweaks))) m) - + \relative c'' @{ c4^\F c4_\F @} @@ -1422,7 +1415,7 @@ written back with @code{set!}. The last element of the @node Difficult tweaks -@subsection Difficult tweaks +@section Difficult tweaks There are a few classes of difficult adjustments.