From: Graham Percival Date: Fri, 16 Nov 2007 19:51:02 +0000 (-0800) Subject: Minor fix. X-Git-Tag: release/2.11.36-1~116 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=19a49231034426d792e3893f041e8c98f1c3b2b5;p=lilypond.git Minor fix. --- diff --git a/Documentation/user/introduction.itely b/Documentation/user/introduction.itely index bad65e6894..ac1d906375 100644 --- a/Documentation/user/introduction.itely +++ b/Documentation/user/introduction.itely @@ -651,8 +651,11 @@ of music engraving into a computer program. Thanks to all that hard work, the program can now be used to perform useful tasks. The simplest application is printing notes. -@lilypond[quote,relative=1,fragment] -\time 2/4 c4 c g'4 g a4 a g2 +@lilypond[quote,relative=1] +{ + \time 2/4 + c4 c g'4 g a4 a g2 +} @end lilypond @noindent