it('should count playable notes', async function () {
      const source = '#00111:01'
      return expect((await info(source)).noteCount).to.equal(1)
    })