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
82 stars 31 forks source link

parse this abc to svg is width show error? too small #49

Closed match08 closed 5 years ago

match08 commented 5 years ago

X:1 T:1.right hand C:tom %%scale 0.85 %%pagewidth 21.59cm %%leftmargin 2.54cm %%rightmargin 1.26cm %%score { 1 | 2 } L:1/4 Q:1/4=120 M:4/4 I:linebreak $ K:C V:1 treble V:2 bass V:1 !1!C4 | C4 | C4 | C4 |] %4 V:2 z4 | z4 | z4 | z4 |] %4

moinejf commented 5 years ago

Sorry for I don't see/understand the problem.

match08 commented 5 years ago

pagewidth 21.59cm , parse to svg is width look too small. all measure is at left, right a big space. look this image: 20181220101053

moinejf commented 5 years ago

Use %%stretchlast 1

match08 commented 5 years ago

Thanks