]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: NR: Delete duplicated music functions (bis)
authorTrevor Daniels <t.daniels@treda.co.uk>
Wed, 19 Aug 2009 19:57:05 +0000 (20:57 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Wed, 19 Aug 2009 20:04:37 +0000 (21:04 +0100)
     - identifiers.tely was included twice, in NR 6.1.7
       and A.15, but with different headings.  This
       deletes Section 6.1.7 and renames A.15.

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

index 8a970772d1f081bb675dfccb716bca96e3da2e4c..bce07b59df54e8f18e8dcdc151431f9fd7eeb504 100644 (file)
@@ -45,7 +45,7 @@ and just before
 * Technical glossary::
 * All context properties::
 * Layout properties::
-* Identifiers::
+* Available music functions::
 * Scheme functions::
 @end menu
 
@@ -1115,8 +1115,8 @@ TODO
 @include layout-properties.tely
 
 
-@node Identifiers
-@appendixsec Identifiers
+@node Available music functions
+@appendixsec Available music functions
 
 @include identifiers.tely
 
index ecee99c8fd5cc41ebef5ac1cebd203376d329c97..5949236538542b708bb27f3d7dc9472b7262bd3f 100644 (file)
@@ -40,7 +40,6 @@ 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
@@ -280,16 +279,6 @@ 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