it('should be able to process normal notes', function () {
    const chart = Compiler.compile('#00111:01020300').chart
    const notes = Notes.fromBMSChart(chart)
    expect(notes.all()).to.have.length(3)
  })