]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor fix.
authorGraham Percival <graham@percival-music.ca>
Fri, 16 Nov 2007 19:51:02 +0000 (11:51 -0800)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 23 Nov 2007 06:01:59 +0000 (07:01 +0100)
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