pianoplayer icon indicating copy to clipboard operation
pianoplayer copied to clipboard

Automatic fingering generator for piano scores

Results 23 pianoplayer issues
Sort by recently updated
recently updated
newest added

Several songs produce long sequences with no fingerings, what is the reason? The example below was downloaded from https://www.mutopiaproject.org/ftp/JoplinS/original/original.mid (I added some debug output values in your code.) ``` python.exe...

bug
enhancement

I tried this out on a simple scale, and it generated some.. interesting fingerings: ![image](https://user-images.githubusercontent.com/1078792/111043699-29706e80-8401-11eb-96de-ddbcfb0a6a6b.png) Basically just alternates 1 and 2 going up the scale, haha. Is this a limitation,...

bug

Hello! Sorry for my poor English! Don't know why but finger numbers generates not for all notes: http://joxi.net/brRldzaf7qG9B2 Last three notes stayed without finger numbers. Source - https://pastebin.com/TYQ1P0Hk

question

I downloaded this piece as MusicXML https://musescore.com/user/3273631/scores/1012936 And ran pianoplayer on size XXS. On the second page there are: ![image](https://user-images.githubusercontent.com/5757359/78590312-522fd180-784a-11ea-96f2-9eb866f4f4b2.png) and ![image](https://user-images.githubusercontent.com/5757359/78590368-683d9200-784a-11ea-9b24-48fba0195a07.png) shouldn't it be a really strict rule that...

enhancement
question

Hello. I installed pianoplayer in Windows 7 and Anaconda with --no-devs option. Was able to start pianoplayer: > python C:\ProgramData\Anaconda3\Scripts\pianoplayer In "Import Score" I selected a .mid file (a relatively...

Have you looked at integrating `pianoplayer` with Jupyter notebooks? I have a demo repository [here](https://github.com/psychemedia/showntell/tree/music) which includes requirements to run the repo interactively on MyBinder. To display the score should...

enhancement

![image](https://github.com/marcomusy/pianoplayer/assets/35531443/27ddff0e-6309-4396-b435-cfa8b654e89d) ![화면 캡처 2024-02-03 221740](https://github.com/marcomusy/pianoplayer/assets/35531443/0db311c6-a5b0-4e56-9a7f-d2996bcf0430) I have Musescore 4 installed but pressing the button 'musescore' does not executes Musescore.

Seems like some feature is not recognized correctly, output becomes fragmented, LH and RH become desynced ... ![image](https://github.com/marcomusy/pianoplayer/assets/24752033/5d6e8e01-8ff5-4095-8571-f5f97a11a18e)

I ran your code and got this output: I was wondering why all the notes are not numbered? Also, wasn't sure why it skipped the last measure. I had the...

I have some issues trying to run pianoplayer on Win10. Python 3.11 and miniconda are installed (but I tryied also with the full Anaconda installation). I've done all the setup...