From 2e0b6b6137f40f68e85172f20b7c7786de04cc26 Mon Sep 17 00:00:00 2001
From: Graham Percival <graham@percival-music.ca>
Date: Wed, 19 Aug 2009 12:53:55 +0100
Subject: [PATCH] Revert "Docs: NR: Delete duplicated music functions"

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   |  6 +++---
 Documentation/notation/programming-interface.itely | 11 +++++++++++
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/Documentation/notation/notation-appendices.itely b/Documentation/notation/notation-appendices.itely
index 7d3e43b850..8a970772d1 100644
--- a/Documentation/notation/notation-appendices.itely
+++ b/Documentation/notation/notation-appendices.itely
@@ -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
 
diff --git a/Documentation/notation/programming-interface.itely b/Documentation/notation/programming-interface.itely
index 5949236538..ecee99c8fd 100644
--- a/Documentation/notation/programming-interface.itely
+++ b/Documentation/notation/programming-interface.itely
@@ -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
 
-- 
2.39.5