From: Graham Percival Date: Thu, 28 Feb 2008 05:01:02 +0000 (-0800) Subject: Small updates. X-Git-Tag: release/2.11.42-1~7^2~15^2~8^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=459d0f6cd5f0ec4f7ba307ffbb7c3018c8ab8eec;p=lilypond.git Small updates. --- diff --git a/Documentation/user/editorial.itely b/Documentation/user/editorial.itely index d16acaeb13..674605cb26 100644 --- a/Documentation/user/editorial.itely +++ b/Documentation/user/editorial.itely @@ -305,33 +305,20 @@ for details. @cindex parentheses Objects may be parenthesized by prefixing @code{\parenthesize} to -the music event, +the music event. This only functions inside chords; to +parenthesize a single note it must be enclosed with @code{<>} as +if it is a chord. @lilypond[relative=2,fragment,verbatim,ragged-right] -< - c - \parenthesize d - g ->2-\parenthesize -. -d g -< - c, - \parenthesize fis -> +c2 < \parenthesize d> +<\parenthesize e> d @end lilypond -This only functions inside chords, to parenthesize a single note it -must be enclosed with @code{<>} as if it is a chord. - -@example -< \parenthesize NOTE> -@end example +Non-note objects may be parenthesized as well. @lilypond[relative=2,fragment,verbatim,ragged-right] -c4 -<\parenthesize d> -g -<\parenthesize d> +< c \parenthesize d g >2-\parenthesize -. d +g < c, \parenthesize fis > @end lilypond @seealso