]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor fix*2.
authorGraham Percival <graham@percival-music.ca>
Fri, 16 Nov 2007 19:52:19 +0000 (11:52 -0800)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 23 Nov 2007 06:01:59 +0000 (07:01 +0100)
Documentation/user/introduction.itely

index ac1d906375f98d64a3dff10944bff22e4425061e..9e2e81536d936a29a7c48db710702092f9faa6bf 100644 (file)
@@ -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