From: Graham Percival Date: Sun, 19 Mar 2006 03:35:34 +0000 (+0000) Subject: Minor fix. X-Git-Tag: release/2.7.40~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5ed5524b8bbe841ff85ddffa827b2a312a5ead22;p=lilypond.git Minor fix. --- diff --git a/ChangeLog b/ChangeLog index 204397fff4..b4aaebf647 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2006-03-17 Graham Percival - * 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 diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index f92acc67e3..1a382e1bde 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -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