From 19a49231034426d792e3893f041e8c98f1c3b2b5 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 16 Nov 2007 11:51:02 -0800 Subject: [PATCH] Minor fix. --- Documentation/user/introduction.itely | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.5