]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor fix.
authorGraham Percival <graham@percival-music.ca>
Sun, 19 Mar 2006 03:35:34 +0000 (03:35 +0000)
committerGraham Percival <graham@percival-music.ca>
Sun, 19 Mar 2006 03:35:34 +0000 (03:35 +0000)
ChangeLog
Documentation/user/advanced-notation.itely

index 204397fff48fbc0f7457c53f1a5259d63f9dcf10..b4aaebf6470e2ddfc305aee22edc210d45daa727 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2006-03-17  Graham Percival  <gpermus@gmail.com>
 
-       * Documentation/user/ examples, instrument-notation: minor
-       fixes from mailist.
+       * Documentation/user/ examples, instrument-notation,
+       advnaced-notation: minor fixes from mailist.
 
 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
index f92acc67e37a7e587de69575179f39ad51d2f7d6..1a382e1bde4ae09367545cf0e842a9e6a73992ed 100644 (file)
@@ -1105,9 +1105,11 @@ would yield
 
 @lilypondfile[ragged-right,quote]{tag-filter.ly}
 
-The argument of the @code{\tag} command should be a symbol. It's 
-possible to put multiple tags on a piece of music, with multiple
-@code{\tag} entries, 
+The arguments of the @code{\tag} command should be a symbol
+(such as @code{#'score} or @code{#'part}), followed by a
+music expression.  It is possible to put multiple tags on
+a piece of music with multiple @code{\tag} entries,
+
 @example
   \tag #'original-part \tag #'transposed-part @dots{}
 @end example