Stop-censorship-small.png

Basic tone

From www.oscarvandillen.com
Jump to: navigation, search

Contents

Definition

There are 7 basic tones in most music, from which all other tones are derived by alteration.

Together, these 7 basic tones make up a diatonic scale, for example a church mode. These basic tones occur in different nomenclatures.

Note that a tone is a pitch, and not a note.

Systems for basic tones

There are various and different systems and nomenclatures for basically the same 7 basic tones.

The examples in the following sections make use of 3 different clefs.

Alfabetic nomenclature

In the international Western system, the following basic tones are used:

c, d, e, f, g, a, b

This alfabetic nomenclature normally denotes the following tones in notation:


\version "2.12.2"
\relative c' {
</p>
<pre><<
 \new Staff
 \with {
 \remove "Time_signature_engraver" }
{
   \cadenzaOn
\clef treble { \override Staff.Stem #'transparent = ##t 
 c4^"Alfabetic nomenclature" d e f g a b s
\clef bass  
 c,,4 d e f g a b s
\clef alto  
 c4 d e f g a b s
}
</pre>
<p>\addlyrics { "c" "d" "e" "f" "g" "a" "b" "c" "d" "e" "f" "g" "a" "b" "c" "d" "e" "f" "g" "a" "b" } 
</p>
<pre>}
>>
</pre>
<p>}

German nomenclature

In the German nomenclature, the meaning of the letters is slightly deviant, as the b denotes an already altered tone in notation:

c, d, e, f, g, a, h


\version "2.12.2"
\relative c' {
</p>
<pre><<
 \new Staff
 \with {
 \remove "Time_signature_engraver" }
{
   \cadenzaOn
\clef treble { \override Staff.Stem #'transparent = ##t 
 c4^"German nomenclature" d e f g a b s bes s
\clef bass  
 c,,4 d e f g a b s bes s
\clef alto  
 c4 d e f g a b s bes s
}
</pre>
<p>\addlyrics { "c" "d" "e" "f" "g" "a" "h" "b" "c" "d" "e" "f" "g" "a" "h" "b" "c" "d" "e" "f" "g" "a" "h" "b" } 
</p>
<pre>}
>>
</pre>
<p>}

Latin nomenclature

Latin nomenclature is another widely used and originally Western system, based upon Latin solmisation:

do, re, mi, fa, sol, la, si


\version "2.12.2"
\relative c' {
</p>
<pre><<
 \new Staff
 \with {
 \remove "Time_signature_engraver" }
{
   \cadenzaOn
\clef treble { \override Staff.Stem #'transparent = ##t 
 c4^"Latin nomenclature" d e f g a b s
\clef bass  
 c,,4 d e f g a b s
\clef alto  
 c4 d e f g a b s
}
</pre>
<p>\addlyrics { "do" "re" "mi" "fa" "sol" "la" "si" "do" "re" "mi" "fa" "sol" "la" "si" "do" "re" "mi" "fa" "sol" "la" "si" } 
</p>
<pre>}
>>
</pre>
<p>}

Relative Latin nomenclature

The latin nomenclature can also be used relatively, and do can then mean any chromatic tone, for example:


\version "2.12.2"
\relative c' {
</p>
<pre><<
 \new Staff
 \with {
 \remove "Time_signature_engraver" }
{
   \time 8/4
\clef treble { \override Staff.Stem #'transparent = ##t 
 es^"Relative Latin nomenclature in E♭, E, A♭ and A" f g aes bes c d s
 e, fis gis a b cis dis e
 as, bes c des es f g as
 a, b cis d e fis gis a
}
</pre>
<p>\addlyrics { "do" "re" "mi" "fa" "sol" "la" "si" "do" "do" "re" "mi" "fa" "sol" "la" "si" "do" "do" "re" "mi" "fa" "sol" "la" "si" "do" "do" "re" "mi" "fa" "sol" "la" "si" "do" } 
</p>
<pre>}
>>
</pre>
<p>}

Note that in the transcriptions, some basic tones are altered in the notation.

Indian nomenclature

In Indian nomenclature the following basic tones or swaras are used:

SA, RE, GA, MA, PA, DHA, NI

These can be represented in notation as well, in Indian notation:

Indian notation

S R G M P D N

Indian nomenclature transcribed

Transcribed to Western notation, SA is usually rendered as c, even though on different instruments SA can vary, so such transcriptions may need retranscription to a certain key if intended for pratical performance.

There are two systems representing the lower and higher octaves, one using a dot above or below the tone, such as . The other system is more easy to use, typing on a computer keyboard, with apostrophes to the right when higher, such as S' and to the left when in a lower octave, such as 'S. I will use the latter:


\version "2.12.2"
\relative c' {
</p>
<pre><<
 \new Staff
 \with {
 \remove "Time_signature_engraver" }
{
   \cadenzaOn
\clef treble { \override Staff.Stem #'transparent = ##t 
 c4^"Indian transcription" d e f g a b s
\clef bass  
 c,,4 d e f g a b s
\clef alto  
 c4 d e f g a b s
}
</pre>
<p>\addlyrics { "S" "R" "G" "M" "P" "D" "N" "'S" "'R" "'G" "'M" "'P" "'D" "'N" "S" "R" "G" "M" "P" "D" "N" } 
</p>
<pre>}
>>
</pre>
<p>}

Transposition and alteration

As shown above, when transcribing and transposing from one system into another, alterations of the basic tones will often occur.

Indian nomenclature transposed and altered

Like the Latin nomenclature, the Indian nomenclature can also transposed to be used in a relative way. In these last examples, alteration of the basic tones is used.

For similar reasons as described above, there are also two differing conventions for representing chromaticaly lowering (komal or flat) and raising (tivra or sharp) a basic tone. Denoting komal, one convention uses a horizontal line below the note and another uses a small letter; denoting tivra one convention uses with a small vertical line above the note while another uses a plus sign + . In both cases I will use the latter.


\version "2.12.2"
\relative c' {
</p>
<pre><<
 \new Staff
 \with {
 \remove "Time_signature_engraver" }
{
   \time 8/4
\clef treble { \override Staff.Stem #'transparent = ##t 
 es^"Transposed Indian system in E♭ Aeolian, G# Harmonic minor, A♭ Phrygian and A Lydian" f ges aes bes ces des es
 gis, ais b cis dis e fisis gis
 as, beses ces des es fes ges as
 a, b cis dis e fis gis a
}
</pre>
<p>\addlyrics { "S" "R" "g" "M" "P" "d" "n" "S'" "S" "R" "g" "M" "P" "d" "N" "S'" "S" "r" "g" "M" "P" "d" "n" "S'" "S" "R" "G" "M+" "P" "D" "N" "S'" } 
</p>
<pre>}
>>
</pre>
<p>}

Note that in the transcription of the third mode, A♭ Phrygian, there are no basic tones left in the notation.

See also

Personal tools
Namespaces
Variants
Actions
Navigation
Participation
Toolbox