From 8962be9c08d8757493862c2e165ac9e4af28bc55 Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Wed, 13 Aug 2008 22:54:38 +0100 Subject: [PATCH] GDP NR 6.3.1 Move index entry --- Documentation/user/programming-interface.itely | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index 9263b951dc..1ed786a61f 100644 --- a/Documentation/user/programming-interface.itely +++ b/Documentation/user/programming-interface.itely @@ -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) -- 2.39.5