From: James Lowe Date: Wed, 22 Jul 2015 16:57:24 +0000 (+0100) Subject: Doc: Glossary - add notes for High Bass Clef X-Git-Tag: release/2.19.25-1~34 X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=02d07e62ebc5ffaff23f470f81ca6fa328cab4f4 Doc: Glossary - add notes for High Bass Clef Issue 2921 Added High Bass Clef to the music glossary. Example given was too large to include verbatim so I have added it as a 'snippet' instead. --- diff --git a/Documentation/music-glossary.tely b/Documentation/music-glossary.tely index ece5877047..300c9c18a8 100644 --- a/Documentation/music-glossary.tely +++ b/Documentation/music-glossary.tely @@ -250,6 +250,7 @@ Languages in this order. * harmonics:: * harmony:: * hemiola:: +* high bass clef:: * homophony:: * hook:: * hymn meter:: @@ -1230,7 +1231,8 @@ FI: bassoavain. A clef setting with middle C on the first top ledger line. @seealso -@ref{F clef}. +@ref{F clef}, +@ref{high bass clef}. @node beam @@ -4292,6 +4294,42 @@ and is therefore a polymeter (second definition) of considerable antiquity. @seealso @ref{mensural notation}, @ref{meter}, @ref{polymeter}, @ref{proportion}. +@node high bass clef +@section high bass clef + +ES: ?, +I: ?, +F: ?, +D: hoher Bassschlüssel, +NL: ?, +DK: ?, +S: ?, +FI: ?. + +Beginning in 18th century the high bass clef used in French Horn parts +for the lowest pitches. This usage of the F clef was then passed down +from the French Horn to the Basset Horn and then to the Bass Clarinet. +It looks identical to the standard bass clef, but is pitched an octave +higher -- octavation indicators on clefs appeared at the beginning of +the 20th Century. + +In LilyPond, the most straightforward way to make a high bass clef is to +print the modern version @code{\clef "baas^8"} but without the @code{8}; + +@lilypond[quote,verbatim,relative=1] +<< + \new Staff { + \clef treble { g4 b d' g' } + } + \new Staff \with { \omit ClefModifier } + { \clef "bass^8" { g4 b d' g' } } +>> +@end lilypond + + +@seealso +@ref{F clef}, @ref{bass clef}. + @node homophony @section homophony