]> git.donarmstrong.com Git - lilypond.git/commitdiff
Improve grace note example. Some whitespace cleanup.
authorWerner Lemberg <wl@gnu.org>
Sun, 28 Jan 2007 11:45:14 +0000 (12:45 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Tue, 6 Feb 2007 21:42:48 +0000 (22:42 +0100)
Documentation/user/tutorial.itely

index 2dc618bb52de7c7d3509c93786e5a69aca7c364d..0bda8691044120c1b755641fb7a4e8c531eb7a5c 100644 (file)
@@ -127,7 +127,7 @@ and how to view or print the output.
 @subsubheading MacOS X
 
 If you double click LilyPond.app, it will open with an example
-file. Save it, for example, to @file{test.ly} on your Desktop, and
+file.  Save it, for example, to @file{test.ly} on your Desktop, and
 then process it with the menu command @samp{Compile > Typeset File}.
 The resulting PDF file will be displayed on your screen.
 
@@ -157,7 +157,7 @@ the file and show the resulting PDF file.  To edit an existing
 @file{.ly} file, right-click on it and select @qq{Edit source}.
 
 If you double-click in the LilyPond icon on the Desktop, it will open
-a simple text editor with an example file. Save it, for example, to
+a simple text editor with an example file.  Save it, for example, to
 @file{test.ly} on your Desktop, and then double-click on the file to
 process it.  After some seconds, you will get a file @file{test.pdf}
 on your desktop.  Double-click on this PDF file to view the typeset
@@ -352,7 +352,7 @@ The @rglos{clef} can be set using the @code{\clef} command:
   \clef treble
   c1
   \clef alto
-       c1
+  c1
   \clef tenor
   c1
   \clef bass
@@ -837,7 +837,7 @@ can also be created by prefixing a music expression with the
 keyword @code{\appoggiatura} or @code{\acciaccatura}
 
 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
-c2 \grace { a32 b} c2
+c2 \grace { a32[ b] } c2
 c2 \appoggiatura b16 c2
 c2 \acciaccatura b16 c2
 @end lilypond
@@ -1158,7 +1158,7 @@ Consider a simple melody:
 @lilypond[quote,ragged-right,verbatim]
 \relative c'' {
   a4 e c8 e r4
-       b2 c4( d)
+  b2 c4( d)
 }
 @end lilypond
 
@@ -1170,7 +1170,7 @@ syllable with a space.
 <<
   \relative c'' {
     a4 e c8 e r4
-         b2 c4( d)
+    b2 c4( d)
   }
   \addlyrics { One day this shall be free }
 >>
@@ -1186,7 +1186,7 @@ line}.  It is entered as two underscores @code{__}:
 <<
   \relative c'' {
     a4 e c8 e r4
-         b2 c4( d)
+    b2 c4( d)
   }
   \addlyrics { One day this shall be free __ }
 >>