]> git.donarmstrong.com Git - lilypond.git/commitdiff
Use image.
authorGraham Percival <graham@percival-music.ca>
Fri, 12 May 2006 12:34:56 +0000 (12:34 +0000)
committerGraham Percival <graham@percival-music.ca>
Fri, 12 May 2006 12:34:56 +0000 (12:34 +0000)
ChangeLog
Documentation/user/changing-defaults.itely

index 9c0372a06884b0951f6a997be6c183cffd822c2f..42415c7d2a08b8a4b4523af7d6e9f4a90d008785 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 
        * Documentation/user/context-example.eps: new file.
 
+       * Documentation/user/changing-defaults.itely: set up file to
+       use eps image.
+
 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
index 6f508899869af62270e31ecd498d90a8c00881ea..56c8654abae2a53f3e32266bfe14855488fdc73b 100644 (file)
@@ -384,6 +384,22 @@ accepting notes, it is not typeset.
 @node Interpretation contexts
 @section Interpretation contexts
 
+This section describes what contexts are, and how to modify them.
+
+@menu
+* Contexts explained::          
+* Creating contexts::           
+* Changing context properties on the fly::  
+* Modifying context plug-ins::  
+* Layout tunings within contexts::  
+* Changing context default settings::  
+* Defining new contexts::       
+@end menu
+
+
+@node Contexts explained
+@subsection Contexts explained
+
 When music is printed, a lot of notational elements must be added to the
 input.  For example, compare the input and output of the following example:
 
@@ -407,6 +423,9 @@ Within LilyPond, these rules and bits of information are grouped in
 example: a @context{Staff} can contain many @context{Voice}s, and a
 @context{Score} can contain many @context{Staff} contexts.
 
+@c  FIXME: doesn't work yet!  -gp
+@c @image{context-example,,,eps}
+
 Each context has the responsibility for enforcing some notation rules,
 creating some notation objects and maintaining the associated
 properties.  For example, the @context{Voice} context may introduce an
@@ -440,15 +459,6 @@ Translation @arrow{} Context.
 @c [TODO: describe propagation]
 
 
-@menu
-* Creating contexts::           
-* Changing context properties on the fly::  
-* Modifying context plug-ins::  
-* Layout tunings within contexts::  
-* Changing context default settings::  
-* Defining new contexts::       
-@end menu
-
 @node Creating contexts
 @subsection Creating contexts