]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/changing-defaults.itely (Creating contexts):
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Sat, 29 Apr 2006 18:30:04 +0000 (18:30 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Sat, 29 Apr 2006 18:30:04 +0000 (18:30 +0000)
Clarify \new semantics.

ChangeLog
Documentation/user/changing-defaults.itely

index 20c8bd894f79d408e5845bf36c854e969e82134e..f1b208cc3b633a65356e02a58642e291da818aa3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/changing-defaults.itely (Creating contexts):
+       Clarify \new semantics.
+
 2006-04-28  Graham Percival  <gpermus@gmail.com>
 
        * Documentaiton/user/ various: major new sections in the
index 24f73bd853949ac50ca8451bdaa498f0c4d062dc..e3432977d07716612172a7fceea90c96211ec92f 100644 (file)
@@ -164,11 +164,13 @@ The @code{\new} command may also give a name to the context,
 @example
 \new @var{type} = @var{id} @var{music}
 @end example
+However, this user specified name is only used if there is no other
+context already earlier with the same name.
 
 @cindex @code{\context}
 
 Like @code{\new}, the @code{\context} command also directs a music
-expression to a context object, but gives the context an extra name.  The
+expression to a context object, but gives the context an extra name  The
 syntax is
 
 @example