#!/usr/bin/python3

from music21 import chord

import sys

notes = sys.argv[1:]

user_chord = chord.Chord(notes)

print(user_chord.pitchedCommonName)

$ ./note2chord.py G1 C2 E2 A2- D3-

Ab-Persian pentamirror

微妙

Reply to this note

Please Login to reply.

Discussion

テンションノートの表示をしてほしいだけなんだが