]> git.donarmstrong.com Git - lilypond.git/commitdiff
Move \displayMusic into its own section.
authorGraham Percival <graham@percival-music.ca>
Fri, 20 May 2005 07:55:52 +0000 (07:55 +0000)
committerGraham Percival <graham@percival-music.ca>
Fri, 20 May 2005 07:55:52 +0000 (07:55 +0000)
ChangeLog
Documentation/user/programming-interface.itely

index 1576d999d1c22b89d48aac5166dba513679071df..59155505f8d965ec730d61b5b61096762eb34fac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-20  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/programming-interface.itely: move
+       \displayMusic into its own section.
+
 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * flower/file-path.cc (find): don't throw away file_name.dir, but
index 2df15e9716eb67cbc2855b757c0f764c7e7b83ee..9e96de6689e9619352de623f7193bfce372ddbdf 100644 (file)
@@ -18,6 +18,7 @@
 * Internal music representation::  
 * Extending music syntax::      
 * Manipulating music expressions::  
+* Internal representation of music expressions::  
 * Using LilyPond syntax inside Scheme::  
 @end menu
 
@@ -301,12 +302,6 @@ exporting LilyPond input to other formats
 @c no @inputfileref{} here 
 (eg. @file{input/@/no@/-notation/@/to@/-xml@/.ly}).
 
-@cindex internal storage
-@cindex @code{\displayMusic}
-When writing a music function, it is often instructive to inspect how
-a music expression is stored internally.  This can be done with the
-music function @code{\displayMusic}.
-
 @seealso
 
 @file{scm/@/music@/-functions@/.scm}, @file{scm/@/music@/-types@/.scm},
@@ -315,6 +310,23 @@ music function @code{\displayMusic}.
 @inputfileref{input/@/test,music@/-box@/.ly}.
 
 
+@node Internal representation of music expressions
+@subsection Internal representation of music expressions
+
+@cindex internal storage
+@cindex @code{\displayMusic}
+
+When writing a music function, it is often instructive to inspect how
+a music expression is stored internally.  This can be done with the
+music function @code{\displayMusic}.
+
+@example
+@{
+\displayMusic { c'4\f }
+@}
+@end example
+
+
 @node Using LilyPond syntax inside Scheme
 @subsection Using LilyPond syntax inside Scheme