]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/introduction.itely
* Documentation/user/lilypond-book.itely: small cleanups
[lilypond.git] / Documentation / user / introduction.itely
index 3cc94baa9a11a3855ff9e5d06fbb55e54dc5e9af..e42fb4d5236017db3400bb706eed0462d71dd3ab 100644 (file)
@@ -8,7 +8,7 @@ LilyPond is a program to print sheet music. If you have used notation
 programs before, then the way to use this program might be surprising
 at first sight. To print music with lilypond, you have to enter
 musical codes in a file. Then you run LilyPond on the file, and the
-music is produced without any intervention intervention. For example,
+music is produced without any user intervention. For example,
 something like this:
 
 @lilypond[fragment,verbatim, relative 1, intertext="produces this"]
@@ -162,13 +162,13 @@ which?
       \property Staff.NoteSpacing \set #'stem-spacing-correction
         = #0.6
       c'4 e''4 e'4 b'4 |
-      b'4 e''4 \stemDown e'4 e''4| \stemBoth
+       \stemDown b'4 e''4 a'4 e''4| \stemBoth
       \property Staff.NoteSpacing \override #'stem-spacing-correction
       = #0.0
       \property Staff.StaffSpacing \override #'stem-spacing-correction
       = #0.0
       c'4 e''4 e'4 b'4 |
-      b'4 e''4 \stemDown e'4 e''4|      
+      \stemDown b'4 e''4 a'4 e''4|      
     }
     \paper { linewidth = -1. } }
 @end lilypond