it('should count playable notes', async function () {
      const source = '#00116:01'
      return expect((await info(source)).scratch).to.be.true
    })