public Note(string name) { this.name = NoteNameEx.Parse(name.Substring(0, 1)); this.accidental = AccidentalEx.Parse(name.Substring(1)); }