From 42d36ea50b7ba80ea326e4d17bb1af02ad9f994f Mon Sep 17 00:00:00 2001 From: James Lowe Date: Thu, 17 Jun 2010 18:59:39 +0100 Subject: [PATCH] Doc: Issue 989 - clef.oct.ly - updaet to NR Added two more examples to show non-octave jumps Added line in main description implying any integer can be used --- Documentation/notation/pitches.itely | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Documentation/notation/pitches.itely b/Documentation/notation/pitches.itely index b7879061a4..8c238fd481 100644 --- a/Documentation/notation/pitches.itely +++ b/Documentation/notation/pitches.itely @@ -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 -- 2.39.5