summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lowe <pkx166h@gmail.com>2015-07-22 17:57:24 +0100
committerJames Lowe <pkx166h@gmail.com>2015-07-27 17:51:57 +0100
commit02d07e62ebc5ffaff23f470f81ca6fa328cab4f4 (patch)
tree7306cba18c0539736b410e699b940cb7c9bf1301
parent45c9b27033acc2890f44e7eb08c29c737ca9111f (diff)
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.
-rw-r--r--Documentation/music-glossary.tely40
1 files changed, 39 insertions, 1 deletions
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