-
I am wondering what copyright license(s) apply to the source code in this git repo? I can see that at least one project in the humdrum-tools org is licensed under BSD-2-Clause ([humlib](https://github…
-
https://github.com/ElvisClaros/GOT-OCR2.0/tree/main
!git clone https://github.com/Ucas-HaoranWei/GOT-OCR2.0.git
%cd /content/GOT-OCR2.0/GOT-OCR-2.0-master/GOT
%cd /content/GOT-OCR2.0/GOT-…
-
Using python, accessing or printing options dict crashes the kernel for notebooks and prints nothing in scripts.
```
import verovio
tk = verovio.toolkit()
print(tk.getOptions())
```
-
Probably related to https://github.com/humdrum-tools/verovio-humdrum-viewer/issues/765. Figured bass symbols are currently not displayed in VHV. Check this link for reproduction: https://verovio.humdr…
-
The code used to work until 3.1.65. The code builds, runs, but then crashed with a index out of bounds
**Version of emscripten/emsdk:**
Please include the output `emcc -v` here
```
emcc (Emscrip…
-
Thanks to pull request #2280, it's now possible to get the MIDI timestamp / milliseconds that corresponds to a specific measure in the sheet music.
I'd like to allow users in my web app to click or…
-
对run_ocr_2.0.py的代码做了一些修改后运行在Notebook中,识别./GOT-OCR2.0/assets/wechat3.jpg等图片出现的打印信息,还望解惑谢谢
![捕获1](https://github.com/user-attachments/assets/d3fcdd65-f4b4-4e3b-ad55-4760714b95f2)
![捕获2](https://github…
-
When specifying a font like Gootville or Leland as font option, the resulting svg is not created properly. Notes do not attach to stems (see attached image). This is caused by not applying the font co…
-
**Describe the problem**
In the timemap generated by verovio, some notes (in Measure 12) are put in the wrong place.
**To Reproduce**
Steps to reproduce the behavior:
1. Got to [https://musescor…
-
I have integrated verovio in a python application for converting MusicXML to MEI.
The enduser won't be able to see stdout/stderr so i enabled the verovio option to log
to buffer instead and then g…