]> git.donarmstrong.com Git - lilypond.git/commitdiff
include identifiers.tely in user manual.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 6 Dec 2006 16:21:43 +0000 (17:21 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 6 Dec 2006 16:21:43 +0000 (17:21 +0100)
Documentation/user/programming-interface.itely

index 57b5d1da88ff8974e45c5cd11bb210acdfa8cf40..9a62200bbabba423e9f2f34d9c7609a9e1d8af4b 100644 (file)
@@ -12,7 +12,7 @@ not familiar with Scheme, you may wish to read our
 * Building complicated functions::  
 * Markup programmer interface::  
 * Contexts for programmers::    
-* Scheme procedures as properties::
+* Scheme procedures as properties::  
 @end menu
 
 
@@ -27,6 +27,7 @@ This section discusses how to create music functions within LilyPond.
 * Paired substitution functions::  
 * Mathematics in functions::    
 * Void functions::              
+* Overview of available music functions::  
 @end menu
 
 @node Overview of music functions
@@ -236,6 +237,15 @@ noPointAndClick =
 \noPointAndClick   % disable point and click
 @end example
 
+@node Overview of available music functions
+@subsection Overview of available music functions
+
+@c fixme ; this should be move somewhere else?
+The following commands are music functions
+
+@include identifiers.tely
+
+
 
 @node Programmer interfaces
 @section Programmer interfaces