]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update \parenthesis instructions.
authorGraham Percival <graham@percival-music.ca>
Fri, 4 Apr 2008 19:03:35 +0000 (12:03 -0700)
committerGraham Percival <graham@percival-music.ca>
Fri, 4 Apr 2008 19:03:35 +0000 (12:03 -0700)
Documentation/user/editorial.itely

index a65680b99e224f18f3bde33ccd35e930cd94f2e9..a9568ab396ef5bf5717f9bc79f97aeecedcc3b89 100644 (file)
@@ -320,21 +320,19 @@ Notes in a chord cannot be colored with @code{\override}; use
 @cindex parentheses
 
 Objects may be parenthesized by prefixing @code{\parenthesize} to
-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.
-
-FIXME: after 2.11.44 is out,
-@c \parenthesize c4-. \parenthesize r4 \parenthesize <c e g>4->
+the music event.  When applied to a chord, it parenthesizes every
+note.
 
 @lilypond[quote,relative=2,fragment,verbatim,ragged-right]
-c2 < \parenthesize d>
+c2 \parenthesize d
+c2 \parenthesize <c e g>
 @end lilypond
 
 Non-note objects may be parenthesized as well.
 
 @lilypond[quote,relative=2,fragment,verbatim,ragged-right]
-< c d g >2-\parenthesize -. d
+c2-\parenthesize -. d
+c2 \parenthesize r
 @end lilypond
 
 @seealso
@@ -347,11 +345,6 @@ Internals Reference:
 @internalsref{ParenthesesItem},
 @internalsref{parentheses-interface}.
 
-@knownissues
-
-@c FIXME: is this still relevant? -vv
-Rests cannot be parenthesized.
-
 
 @node Stems
 @unnumberedsubsubsec Stems