From 7f91de0c3a86f5cfa41969a076cf773f06be915b Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 13 Dec 2007 18:21:36 -0800 Subject: [PATCH] First patch from Jay Hamilton, thanks! --- Documentation/user/educational.itely | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.5