topchyan

Results 37 comments of topchyan

Thanks for quick response! Will be back with further questions. On Sat, Nov 18, 2023, 10:49 Jean-François Moine ***@***.***> wrote: > Some years ago (2020), we, Seymour Shlien (abcMIDI), Hudson...

I am trying to understand how the header code you mention co-relates with the individual accidentals from the score. ![image](https://github.com/lewdlime/abcm2ps/assets/16518288/82a1d72a-d289-485c-939a-997ceaae915e) So far I have been using another set of codes...

Could you share the link to the updated %%MIDI documentation page? On Sun, Nov 19, 2023, 12:53 Jean-François Moine ***@***.***> wrote: > I added the correct PostScript definition of the...

Jef could you please add an abc2svg equivalent of this? I am not sure how to define these in %%beginsvg..%%endsvg. Thanks! ``` % abcm2ps PostScript definition of the Arel -...

Since I like to use EasyABC, but it fails to run on newest Linux Mint / Ubuntu releases due to that pyparsing library issues I stick to the old versions...

> What version exactly means _newest Linux Mint / Ubuntu releases_? I tried it on Linux Mint 21.1 Cinnamon 64 bit

@robertmuth, thanks for this! I only wish it would eventually be addressed in the master build (@jwdj) For now will probably stay on the older version of OS.

I just changed my OS from Linux Mint to the latest version of MX Linux and managed somehow to install EasyABC stock version without issues (just had to reference soundfont...

> This can be fixed by deleting these lines in function select_notes() in svgrenderer.py > > ``` > if selected_indices: > selected_indices = set(range(min(selected_indices), max(selected_indices) + 1)) > ``` >...