CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Graham Percival <[EMAIL PROTECTED]>     05/05/20 07:55:53

Modified files:
        .              : ChangeLog 
        Documentation/user: programming-interface.itely 

Log message:
        Move \displayMusic into its own section.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3640&tr2=1.3641&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/programming-interface.itely.diff?tr1=1.34&tr2=1.35&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3640 lilypond/ChangeLog:1.3641
--- lilypond/ChangeLog:1.3640   Thu May 19 22:57:50 2005
+++ lilypond/ChangeLog  Fri May 20 07:55:51 2005
@@ -1,3 +1,8 @@
+2005-05-20  Graham Percival  <[EMAIL PROTECTED]>
+
+       * Documentation/user/programming-interface.itely: move
+       \displayMusic into its own section.
+
 2005-05-20  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * flower/file-path.cc (find): don't throw away file_name.dir, but
Index: lilypond/Documentation/user/programming-interface.itely
diff -u lilypond/Documentation/user/programming-interface.itely:1.34 
lilypond/Documentation/user/programming-interface.itely:1.35
--- lilypond/Documentation/user/programming-interface.itely:1.34        Mon May 
16 11:12:29 2005
+++ lilypond/Documentation/user/programming-interface.itely     Fri May 20 
07:55:52 2005
@@ -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 @@
 @c no @inputfileref{} here 
 (eg. @file{input/@/no@/-notation/@/to@/-xml@/.ly}).
 
[EMAIL PROTECTED] internal storage
[EMAIL PROTECTED] @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 @@
 @inputfileref{input/@/test,music@/-box@/.ly}.
 
 
[EMAIL PROTECTED] Internal representation of music expressions
[EMAIL PROTECTED] Internal representation of music expressions
+
[EMAIL PROTECTED] internal storage
[EMAIL PROTECTED] @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}.
+
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+\displayMusic { c'4\f }
[EMAIL PROTECTED]
[EMAIL PROTECTED] example
+
+
 @node Using LilyPond syntax inside Scheme
 @subsection Using LilyPond syntax inside Scheme
 


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to