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