From: Graham Percival Date: Fri, 16 Nov 2007 19:52:19 +0000 (-0800) Subject: Minor fix*2. X-Git-Tag: release/2.11.36-1~115 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1fc6eb97b2755056872ff4737c62992774bb6de7;p=lilypond.git Minor fix*2. --- diff --git a/Documentation/user/introduction.itely b/Documentation/user/introduction.itely index ac1d906375..9e2e81536d 100644 --- a/Documentation/user/introduction.itely +++ b/Documentation/user/introduction.itely @@ -569,14 +569,18 @@ The syntax is also the user-interface for LilyPond, hence it is easy to type @example -c'4 d'8 +%{ + c'4 d'8 +%} @end example @noindent a quarter note C1 (middle C) and an eighth note D1 (D above middle C) -@lilypond[quote,fragment] -c'4 d'8 +@lilypond[quote] +{ + c'4 d'8 +} @end lilypond On a microscopic scale, such syntax is easy to use. On a larger