From: Graham Percival Date: Fri, 14 Dec 2007 02:21:36 +0000 (-0800) Subject: First patch from Jay Hamilton, thanks! X-Git-Tag: release/2.11.37-1~43 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7f91de0c3a86f5cfa41969a076cf773f06be915b;p=lilypond.git First patch from Jay Hamilton, thanks! --- diff --git a/Documentation/user/educational.itely b/Documentation/user/educational.itely index ac1d513dba..c73788f421 100644 --- a/Documentation/user/educational.itely +++ b/Documentation/user/educational.itely @@ -282,7 +282,8 @@ the music event, >4-\parenthesize -. @end lilypond -This only functions inside chords, even for single notes +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> @@ -343,7 +344,7 @@ The following example demonstrates its use. \new Voice \with { \consists "Balloon_engraver" } { \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" } - 8 + 8 } @end lilypond