]> git.donarmstrong.com Git - lilypond.git/commitdiff
More fixes from Dave.
authorGraham Percival <graham@percival-music.ca>
Thu, 22 Jun 2006 05:23:49 +0000 (05:23 +0000)
committerGraham Percival <graham@percival-music.ca>
Thu, 22 Jun 2006 05:23:49 +0000 (05:23 +0000)
Documentation/user/basic-notation.itely

index d667712e39294eff15f44691958520e2f24f5036..9c76e0554dd046b23e2956061b18ffd903cfb33c 100644 (file)
@@ -116,6 +116,18 @@ suffix; a natural pitch is shown as a simple note name
 a4 aes a2
 @end lilypond
 
+The input @code{d e f} is interpreted as ``print a D-natural,
+E-natural, and an F-natural,'' regardless of the key
+signature.  For more information about the distinction between
+musical content and the presentation of that content, see
+@ref{More about pitches}.
+
+@lilypond[fragment,quote,ragged-right,verbatim,relative]
+\key d \major
+d e f g
+d e fis g
+@end lilypond
+
 
 @commonprop
 
@@ -202,7 +214,7 @@ file.  The available language files
 and the note names they define are
 
 @c  what about micro-tunes, double-sharps, and double-flats?  add
-@c  more clumns to the table?
+@c  more columns to the table?
 @c  Oh, and should this be made into a multitable?
 @cindex note names, other languages
 @example
@@ -1335,7 +1347,13 @@ can be specified by setting this property directly.
 
 Accidentals and key signatures often confuse new users, because
 unaltered notes get natural signs depending on the key signature.  For
-more information, see @ref{More about pitches}.
+more information, see @ref{Accidentals} or @ref{More about pitches}.
+
+@lilypond[quote,ragged-right,verbatim,relative=2,fragment]
+\key g \major
+f1
+fis
+@end lilypond
 
 
 @commonprop