]> git.donarmstrong.com Git - lilypond.git/commitdiff
GDP NR 6.3.1 Move index entry
authorTrevor Daniels <t.daniels@treda.co.uk>
Wed, 13 Aug 2008 21:54:38 +0000 (22:54 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Wed, 13 Aug 2008 21:57:28 +0000 (22:57 +0100)
Documentation/user/programming-interface.itely

index 9263b951dcee9368c5f13ece3a1e72f102ce37f8..1ed786a61f3e4e6d90d09677840ebeaa9d651fc9 100644 (file)
@@ -453,10 +453,10 @@ This section explains how to gather the information necessary
 to create complicated music functions.
 
 @menu
-* Displaying music expressions::  
-* Music properties::            
-* Doubling a note with slurs (example)::  
-* Adding articulation to notes (example)::  
+* Displaying music expressions::
+* Music properties::
+* Doubling a note with slurs (example)::
+* Adding articulation to notes (example)::
 @end menu
 
 
@@ -465,7 +465,6 @@ to create complicated music functions.
 
 @cindex internal storage
 @funindex \displayMusic
-@funindex \displayLilyMusic
 
 When writing a music function it is often instructive to inspect how
 a music expression is stored internally.  This can be done with the
@@ -578,6 +577,8 @@ of the @code{NoteEvent} object,
 
 The note pitch can be changed by setting this 'pitch property,
 
+@funindex \displayLilyMusic
+
 @example
 #(set! (ly:music-property (first (ly:music-property someNote 'elements))
                           'pitch)