From: Han-Wen Nienhuys Date: Wed, 6 Dec 2006 16:21:43 +0000 (+0100) Subject: include identifiers.tely in user manual. X-Git-Tag: release/2.11.2-1~58 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=15fbaa8e4718ae13363a8d40820034a3e235467d;p=lilypond.git include identifiers.tely in user manual. --- diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index 57b5d1da88..9a62200bba 100644 --- a/Documentation/user/programming-interface.itely +++ b/Documentation/user/programming-interface.itely @@ -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