test('multiple pitches after 1 repeat go down an octave on descending lines', () => {
      const line = new PitchLine(
        [Pitch.C, Pitch.D, Pitch.E, Pitch.C, Pitch.B],
        PitchLineDirection.Descending
      );