violin-chords

0.0.3 • Public • Published

Violin chords

Generate shapes of chords for violin

Instal

sudo yarn global add violin-chords
# or 
sudo npm install -g violin-chords

Use

violin-chords [note][accidental][chord]
 
# e.g. 
 
violin-chords cmaj7
violin-chords a#6
violin-chords ebmaj7
violin-chords g#+

notes

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

We use German naming, i. e. a# === b === hb

accidentals (optional)

#, b

chords

maj, min, +, 0, 6, 7, maj7, min7

Output

cmaj7

example output

  • The numbers (in hex (a === 10, b === 11)) represent interval in semitones above tonic. E.g. 0: tonic, 4: major third, 7: perfect fifth (dominant), b: major seventh.
  • The first line (without dots) represents empty strings. Lines have a semitone distance
  • It's up to the player to choose a comfortable fingering.
    • choose all the numbers if possible, or as many as possible
    • choose the more significant tones. e.g. b matters for the character cmaj7 more than 4 or 7
    • you may want 0 (tonic) at the lowest played string

/violin-chords/

    Package Sidebar

    Install

    npm i violin-chords

    Weekly Downloads

    0

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    12.1 kB

    Total Files

    10

    Last publish

    Collaborators

    • mrkvon