abcm2ps icon indicating copy to clipboard operation
abcm2ps copied to clipboard

abcm2ps is a command line program which converts ABC to music sheet in PostScript or SVG format. It is an extension of abc2ps which may handle many voices per staff. abcm2ps is Copyright © 2014-2016 J...

Results 33 abcm2ps issues
Sort by recently updated
recently updated
newest added

I am working with transcriptions of classic ottoman music, which makes heavy use of microtone notation using EasyABC/abcm2ps in Linux. The problem I encounter is complexity of mapping accidentals to...

``` ppc-morphos-gcc-11 -g -O2 -Wall -pipe -I. -c -o subs.o subs.c subs.c: In function 'user_ps_add': subs.c:1845:38: warning: 'svg ' directive writing 4 bytes into a region of size 1 [-Wformat-overflow=]...

Hey there! I belong to an open source security research community, and a member (@wiz123) has found an issue, but doesn’t know the best way to disclose it. If not...

Given a standard abc file with bar lines at the end of the stave and a format file with right margin set to zero the generated image crops the bar...

When running with a format file and selecting single output files, only the first ps file generated uses the declared staffscale setting. Subsequent ps files in the output use the...

For example, the 8va line cannot be seen in the 2-nd row. I found the same problem for long !trill(! lines too. What's wrong? the abc example: X:1 Z:? L:1/4...

Hi, I’m trying to make abcm2ps render shape notes. I’ve started from [the shape note example](http://moinejf.free.fr/abcm2ps-doc/shape.xhtml) and further refined it to also include non-filled shapes for half notes and full...

There is a **heap buffer overflow** vulnerability in `deco.c` and `draw_all_deco` function which is occurred by parsing an input file. output : ``` ================================================================= ==10052==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x629000009764...

There is a buffer overflow vulnerability in `parse.c `(`get_info` function) which is occurred when specific malformed file is parsed . Output : ``` t terminated 35 U:N = !te ^...

There is a crash in `set_stem_dir` function in `music.c` file when parsing a malformed input . Output : ``` poc5:27:37: error: Bad character '2' AddressSanitizer:DEADLYSIGNAL ================================================================= ==22266==ERROR: AddressSanitizer: SEGV on...