From c38854535ec0286fcfd5f6b139e268fd7e0e4fb1 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 21 Jan 2008 02:42:04 -0800 Subject: [PATCH] Minor fixes; thanks Mats! --- Documentation/user/pitches.itely | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Documentation/user/pitches.itely b/Documentation/user/pitches.itely index bb39037cad..cd28cec499 100644 --- a/Documentation/user/pitches.itely +++ b/Documentation/user/pitches.itely @@ -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 -- 2.39.5