Sharp (music)
Template:Short description Script error: No such module "about".
Page Module:Hatnote/styles.css has no content.
Template:Infobox symbol In music, sharp – eqv. Script error: No such module "Lang". (from French) or Script error: No such module "Lang". (from Greek δίεσις)[a] – means higher in pitch. The sharp symbol, ♯, indicates that the note to which the symbol is applied is played one chromatic semitone higher. The opposite of sharp is flat, indicating a lowering of pitch. The symbol derives from a square form of the letter b.
Examples
The sharp symbol is used in key signatures or as an accidental applied to a single note. Below is a staff with a key signature containing three sharps (A major or F♯ minor) and a sharp symbol placed on the note, indicating that it is an A♯ instead of an A♮.
- <score> {
\omit Score.TimeSignature \relative c { \key a \major ais1 } } </score> In twelve-tone equal temperament tuning (the predominant system of tuning in Western music), raising a note's pitch by a semitone results in a note that is enharmonically equivalent to another named note. For example, E♯ and F would be equivalent. This is not the case in most non-standard tuning systems.
Variants
A double sharp is indicated by the symbol and raises a note by two chromatic semitones (a whole tone in 12-tone equal temperament). Double sharps were sometimes written
,
or
.[1]
- <score> { \omit Score.TimeSignature \relative c { bisis1 } }</score>
A Page Template:Visible anchor/styles.css has no content.half sharp or demisharp () raises a note by approximately a quarter tone. A sharp-and-a-half, three-quarter-tone sharp or sesquisharp (
) raises a note by three quarter tones.
- <score>{
\omit Score.TimeSignature \relative c { dih1 eisih } }</score>
A triple sharp ( or
♯) is extremely rare. It raises a note by three chromatic semitones (a whole tone plus a semitone in 12-tone equal temperament).[2][3] The B
below would be enharmonic with D natural.
- <score> { \omit Score.TimeSignature \relative c {
\tweak Accidental.stencil #ly:text-interface::print \tweak Accidental.text \markup { \concat { \sharp \doublesharp}} bis1
While this system allows for higher multiples of sharps, triple sharps are the practical limit, and there are only a few examples in the literature. In other tuning systems, such as 53 equal temperament, quadruple sharps or beyond may be required. A quadruple sharp would be indicated by the symbol .[citation needed]
- <score>{
\omit Score.TimeSignature \relative c {
\tweak Accidental.stencil #ly:text-interface::print \tweak Accidental.text \markup { \concat { \doublesharp \doublesharp }}beses1
} }</score>[citation needed]
Key signature
In a key signature, sharps or flats are placed to the right of the clef. The pitches indicated apply in every measure and octave.
| Number
of sharps |
Major key | Sharp notes | Minor key |
|---|---|---|---|
| 0 | C major | – | A minor |
| 1 | G major | F♯ | E minor |
| 2 | D major | F♯, C♯ | B minor |
| 3 | A major | F♯, C♯, G♯ | F♯ minor |
| 4 | E major | F♯, C♯, G♯, D♯ | C♯ minor |
| 5 | B major | F♯, C♯, G♯, D♯, A♯ | G♯ minor |
| 6 | F♯ major | F♯, C♯, G♯, D♯, A♯, E♯ | D♯ minor |
| 7 | C♯ major | F♯, C♯, G♯, D♯, A♯, E♯, B♯ | A♯ minor |
The order of sharps in key signatures is F♯, C♯, G♯, D♯, A♯, E♯, B♯. Starting with no sharps or flats (C major), adding the first sharp (F♯) indicates G major, adding the next (C♯) indicates D major, and so on through the circle of fifths.
Some keys may be written as an enharmonically equivalent key. In the standard tuning system of 12-tone equal temperament, the key of C♯ major, with seven sharps, may be written as D♭ major, with five flats. In rare cases the sharp keys may be extended further, into key signatures requiring a double sharp (for example, G♯ major, which requires an F double-sharp).
Accidental
When used as an accidental, the sharp sign applies to the note on which it is placed, and to subsequent similar notes in the same measure and octave. In modern notation accidentals do not apply to notes in other octaves, but this was not always the convention.
- <score> { \omit Score.TimeSignature \relative c { bis1 } }</score>
As with all accidentals, a sharp can be cancelled on a subsequent similar note in the same measure by using a flat (♭) or a natural(♮).
- <score>{ \omit Score.TimeSignature \key c \major \time 4/4 bis'2 bes' bis' b'}</score>
Unicode
In Unicode, assigned sharp signs are as follows:
- Page Template:Mono/styles.css has no content.U+266F ♯ Script error: No such module "Unicode data". (Page Template:Mono/styles.css has no content.Script error: No such module "LoadData".)
- Page Template:Mono/styles.css has no content.U+1D12A 𝄪 Script error: No such module "Unicode data". (Page Template:Mono/styles.css has no content.Script error: No such module "LoadData".)
- Page Template:Mono/styles.css has no content.U+1D130 𝄰 Script error: No such module "Unicode data". (Page Template:Mono/styles.css has no content.Script error: No such module "LoadData".)
- Page Template:Mono/styles.css has no content.U+1D131 𝄱 Script error: No such module "Unicode data". (Page Template:Mono/styles.css has no content.Script error: No such module "LoadData".)
- Page Template:Mono/styles.css has no content.U+1D132 𝄲 Script error: No such module "Unicode data". (Page Template:Mono/styles.css has no content.Script error: No such module "LoadData".)
Other notation and usage
- The sharp symbol (♯) resembles the number (hash) sign (#), with two intersecting sets of parallel double lines. While the number sign may have a pair of horizontal lines, the sharp sign has a pair of slanted lines that rise from left to right to avoid obscuring the staff lines. The other set of parallel lines are vertical in the sharp sign, while the number sign (#) may have slanted lines instead.[citation needed] It is also etymologically independent from the number sign. Likewise, while the double-sharp sign (
) resembles a lower-case letter "x", it needs to be typographically distinct.
- Historically, lowering a double sharp to a single sharp could be notated using a natural sign and sharp sign (♮♯) or vice-versa (♯♮), but modern notation often uses the sharp sign alone. The same principle applies when canceling a triple sharp or beyond.[4] The combination ♮♯ can be also written when changing a flat to a sharp.[5]
- <score> { \omit Score.TimeSignature \relative c {
bisis2 bis \accidentalStyle modern bisis2 bis } }
</score>
- In environments where the
symbol is not supported a double sharp can be written using two single sharp signs (♯♯), hash signs (##) or a lower-case letter x. Likewise, a triple sharp can be written as ♯♯♯.[citation needed]
- To allow extended just intonation, composer Ben Johnston uses a sharp to indicate a note is raised 70.6 cents (ratio 25:24).[6]
See also
Lua error in mw.title.lua at line 404: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').
Notes
Page Template:Reflist/styles.css has no content.
References
Page Template:Reflist/styles.css has no content.
- ^ Script error: No such module "template wrapper".
- ^ a b
Page Module:Citation/CS1/styles.css has no content.Ayrton, William (1827). The Harmonicon. Vol. V. Samuel Leigh. p. 47. ISBN 1276309457.
{{cite book}}: ISBN / Date incompatibility (help) - ^ a b Page Module:Citation/CS1/styles.css has no content.Byrd, Donald (2018). "Extremes of conventional music notation" (academic pers. page). Bloomington, IN: University of Indiana. Archived from the original on 2023-04-09. Retrieved 2022-01-08.
- ^ Max Reger: Clarinet Sonata No.2 (Complete Score), pp. 33.: Scores at the International Music Score Library Project
- ^ Chopin: Études No. 9, Op.10 (C.F. Peters), pp. 429.: Scores at the International Music Score Library Project
- ^
Page Module:Citation/CS1/styles.css has no content.Fonville, J. (Summer 1991). "Ben Johnston's extended just intonation – a guide for interpreters". Perspectives of New Music. 29 (2): 106–137, esp. 109. doi:10.2307/833435. JSTOR 833435.
... the Page Template:Sfrac/styles.css has no content.25/ 24 ratio is the sharp (♯) ratio ... this raises a note approximately 70.6 cents.
Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.