]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/introduction.itely
Minor fix.
[lilypond.git] / Documentation / user / introduction.itely
index bad65e6894215c083177eb718d08490fd2c32d27..ac1d906375f98d64a3dff10944bff22e4425061e 100644 (file)
@@ -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