it('should not count BGM', async function () {
      const source = '#00101:01'
      return expect((await info(source)).noteCount).to.equal(0)
    })