lewdlime / abcm2ps

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 Jean-Francois Moine.
http://moinejf.free.fr/
GNU General Public License v3.0
80 stars 31 forks source link

sample3.abc test fails #81

Open peutch opened 3 years ago

peutch commented 3 years ago

Hi,

The build of a package on Debian Testing fails with the test:

`` $ make test ./abcm2ps -O accordion.ps accordion.abc abcm2ps-8.14.10 (2020-11-20) File accordion.abc Output written on accordion.ps (1 page, 2 titles, 33139 bytes) ./abcm2ps -O chinese.ps chinese.abc abcm2ps-8.14.10 (2020-11-20) File chinese.abc Output written on chinese.ps (1 page, 1 title, 36570 bytes) ./abcm2ps -O deco.ps deco.abc abcm2ps-8.14.10 (2020-11-20) File deco.abc Output written on deco.ps (1 page, 2 titles, 32420 bytes) ./abcm2ps -O newfeatures.ps newfeatures.abc abcm2ps-8.14.10 (2020-11-20) File newfeatures.abc Output written on newfeatures.ps (2 pages, 6 titles, 39418 bytes) ./abcm2ps -O sample.ps sample.abc abcm2ps-8.14.10 (2020-11-20) File sample.abc Output written on sample.ps (3 pages, 12 titles, 60318 bytes) ./abcm2ps -O sample2.ps sample2.abc abcm2ps-8.14.10 (2020-11-20) File sample2.abc Output written on sample2.ps (3 pages, 11 titles, 49155 bytes) ./abcm2ps -O sample3.ps sample3.abc abcm2ps-8.14.10 (2020-11-20) File sample3.abc error: 'staffwidth' too small

Output written on sample3.ps (2 pages, 7 titles, 36129 bytes) make: *** [Makefile:75: sample3.ps] Error 1 ``

Should this last one be ignored?

Thanks, Patrice

peutch commented 3 years ago

I hope that it is not related to warning messages while compilation regarding the use of deprecated API in pango (version 1.46.2 in Debian Testing).

moinejf commented 3 years ago

Hi, The commit abcc6f3 is a quick fix, but I will not go further. I will have a look at the pango warnings. If no error report in the next week, I will output a new version. Thanks.