Ejemplo n.º 1
0
 public bool IsChordInScale(Chord chord)
 {
     return(chord.Notes.All(x => Notes.Contains(x)));
 }