]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: NR 6.7 Fix visible TODO
authorTrevor Daniels <t.daniels@treda.co.uk>
Mon, 6 Oct 2008 13:26:41 +0000 (14:26 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Mon, 6 Oct 2008 13:28:30 +0000 (14:28 +0100)
Documentation/user/programming-interface.itely

index 9b1a518797af43ebe58265558e430ba8bd0d9005..b0b6ba9a09c9005fc77c533cea702017aec837f0 100644 (file)
@@ -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.