new song GUI
This commit is contained in:
36
WEB/src/app/components/songs/song-form/keys.ts
Normal file
36
WEB/src/app/components/songs/song-form/keys.ts
Normal file
@@ -0,0 +1,36 @@
|
||||
export const keys = [
|
||||
'C',
|
||||
'C#',
|
||||
'Db',
|
||||
'D',
|
||||
'D#',
|
||||
'Eb',
|
||||
'E',
|
||||
'F',
|
||||
'F#',
|
||||
'Gb',
|
||||
'G',
|
||||
'G#',
|
||||
'Ab',
|
||||
'A',
|
||||
'A#',
|
||||
'B',
|
||||
'H',
|
||||
'c',
|
||||
'c#',
|
||||
'db',
|
||||
'd',
|
||||
'd#',
|
||||
'eb',
|
||||
'e',
|
||||
'f',
|
||||
'f#',
|
||||
'gb',
|
||||
'g',
|
||||
'g#',
|
||||
'ab',
|
||||
'a',
|
||||
'A#',
|
||||
'b',
|
||||
'h'
|
||||
];
|
||||
Reference in New Issue
Block a user