test('be able to be transformed drop 2 chords to closed chords', () => {
    const chord = new ClosedChord(
      Pitch.C,
      ChordPattern.Major7,
      Duration.Quarter,