]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Issue 989 - clef.oct.ly - updaet to NR
authorJames Lowe <james.lowe@datacore.com>
Thu, 17 Jun 2010 17:59:39 +0000 (18:59 +0100)
committerGraham Percival <graham@percival-music.ca>
Sat, 19 Jun 2010 12:41:59 +0000 (13:41 +0100)
Added two more examples to show non-octave jumps
Added line in main description implying any integer can be used

Documentation/notation/pitches.itely

index b7879061a4657878719c51616abaceced0b8b54a..8c238fd481f4655f0635f81f04c5dc48e7968bdf 100644 (file)
@@ -966,21 +966,23 @@ c2 c
 @cindex tenor clef, choral
 
 By adding@tie{}@code{_8} or@tie{}@code{^8} to the clef name, the
-clef is transposed one octave down or up, respectively,
+clef is transposed one octave down or up respectively,
 and@tie{}@code{_15} and@tie{}@code{^15} transpose by two octaves.
-Clef names containing non-alphabetic characters must be enclosed
-in quotes.
+Other integers can be used if required.  Clef names containing
+non-alphabetic characters must be enclosed in quotes
 
 @lilypond[verbatim,quote,relative=1]
 \clef treble
 c2 c
 \clef "treble_8"
 c2 c
-\clef "G_8"
-c2 c
 \clef "bass^15"
 c2 c
-\clef "F^15"
+\clef "alto_2"
+c2 c
+\clef "G_8"
+c2 c
+\clef "F^5"
 c2 c
 @end lilypond