]> git.donarmstrong.com Git - lilypond.git/commitdiff
Small updates.
authorGraham Percival <graham@percival-music.ca>
Thu, 28 Feb 2008 05:01:02 +0000 (21:01 -0800)
committerGraham Percival <graham@percival-music.ca>
Thu, 28 Feb 2008 05:01:02 +0000 (21:01 -0800)
Documentation/user/editorial.itely

index d16acaeb13e8f732d124d9ab1cf3f544b1c6e582..674605cb26caa2b4804133e15c4501871f2d8735 100644 (file)
@@ -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