]> git.donarmstrong.com Git - lilypond.git/commitdiff
Revert "Docs: NR: Delete duplicated music functions"
authorGraham Percival <graham@percival-music.ca>
Wed, 19 Aug 2009 11:53:55 +0000 (12:53 +0100)
committerGraham Percival <graham@percival-music.ca>
Wed, 19 Aug 2009 11:53:55 +0000 (12:53 +0100)
This reverts commit 4085985d1403e3e57818497c75a7caf372d90657.  For some
reason this commit breaks compiling, although I can't figure out why.
TODO: investigate, re-implement the first commit.

Documentation/notation/notation-appendices.itely
Documentation/notation/programming-interface.itely

index 7d3e43b850267c601e9af385ef9287d5fa61cd11..8a970772d1f081bb675dfccb716bca96e3da2e4c 100644 (file)
@@ -45,7 +45,7 @@ and just before
 * Technical glossary::
 * All context properties::
 * Layout properties::
-* Music functions::
+* Identifiers::
 * Scheme functions::
 @end menu
 
@@ -1115,8 +1115,8 @@ TODO
 @include layout-properties.tely
 
 
-@node Music functions
-@appendixsec Music functions
+@node Identifiers
+@appendixsec Identifiers
 
 @include identifiers.tely
 
index 5949236538542b708bb27f3d7dc9472b7262bd3f..ecee99c8fd5cc41ebef5ac1cebd203376d329c97 100644 (file)
@@ -40,6 +40,7 @@ This section discusses how to create music functions within LilyPond.
 * Mathematics in functions::
 * Void functions::
 * Functions without arguments::
+* Overview of available music functions::
 @end menu
 
 @node Overview of music functions
@@ -279,6 +280,16 @@ lilypond -d display-bar-numbers FILENAME.ly
 @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