From: Graham Percival Date: Fri, 20 May 2005 07:55:52 +0000 (+0000) Subject: Move \displayMusic into its own section. X-Git-Tag: release/2.5.25~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=53f8be03f734fbc8fea7efee928347a442ac7c1e;p=lilypond.git Move \displayMusic into its own section. --- diff --git a/ChangeLog b/ChangeLog index 1576d999d1..59155505f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-20 Graham Percival + + * Documentation/user/programming-interface.itely: move + \displayMusic into its own section. + 2005-05-20 Han-Wen Nienhuys * flower/file-path.cc (find): don't throw away file_name.dir, but diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index 2df15e9716..9e96de6689 100644 --- a/Documentation/user/programming-interface.itely +++ b/Documentation/user/programming-interface.itely @@ -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