]> git.donarmstrong.com Git - lilypond.git/commitdiff
Small fixes from Ralph; thanks!
authorGraham Percival <graham@percival-music.ca>
Mon, 26 Nov 2007 22:18:05 +0000 (14:18 -0800)
committerGraham Percival <graham@percival-music.ca>
Mon, 26 Nov 2007 22:18:05 +0000 (14:18 -0800)
Documentation/user/pitches.itely

index f1b3b0bf7efea4804f823aede2739ab5603d7f60..f7f5af7a603ef4adb9892822f71bd8d1ba7fd418 100644 (file)
@@ -62,7 +62,7 @@ is more fundamental and will be presented first.
 @cindex absolute
 @cindex absolute octave specification
 
-In absolute mode, every note is placed explicitly in a certain
+In absolute mode, every note is placed explicitly in a specific
 octave.  The note names @code{c} to @code{b} are engraved in the
 octave below middle C, as in the previous example.
 
@@ -181,7 +181,7 @@ following note or chord:
 @lilypond[verbatim,quote,ragged-right,fragment]
 \relative c' {
   c <c e g>
-  <c' e g>
+  <c' e, g'>
   <c, e' g> c
 }
 @end lilypond