]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor fixes; thanks Mats!
authorGraham Percival <graham@percival-music.ca>
Mon, 21 Jan 2008 10:42:04 +0000 (02:42 -0800)
committerGraham Percival <graham@percival-music.ca>
Mon, 21 Jan 2008 10:42:04 +0000 (02:42 -0800)
Documentation/user/pitches.itely

index bb39037caddc38a18cb1355b468519e150505306..cd28cec4999e30612aa97b5f82db9fdd922e3a88 100644 (file)
@@ -474,13 +474,12 @@ of @code{d'} as indicated by the octave correction.
 To use an octave check, add @code{\octave}@tie{}@var{controlpitch}
 to the note.  This checks that the note lies within the octave
 surrounding @var{controlpitch}, i.e. not more than a fourth above
-or below it.  If this is not the case, a warning is printed and
-the octave is corrected.  The @var{controlpitch} is not printed as
-a note.
+or below it.  If this is not the case, a warning is printed.  The
+@var{controlpitch} is not printed as a note.
 
 @lilypond[verbatim,quote,ragged-right,fragment]
 \relative c'' {
-  c2 d \octave d'
+  c2 d \octave c'
   e2 f
 }
 @end lilypond
@@ -534,11 +533,17 @@ produced with:
 @lilypond[verbatim,quote,ragged-right]
 \transpose a c' {
   \relative c' {
+    \key c \major
     c4 d e g
   }
 }
 @end lilypond
 
+@noindent
+Note that we specify @code{\key c \major} explicitly.  If we do
+not specify a key signature, the notes will be transposed but no
+key signature will be printed.
+
 @code{\transpose} distinguishes between enharmonic pitches: both
 @code{\transpose c cis} or @code{\transpose c des} will transpose
 up half a tone.  The first version will print sharps and the notes