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

is it possible to automatically wrap text? #33

Closed olets closed 6 years ago

olets commented 6 years ago

Is there a way to have text (in W:, or %%begintext ... %%endtext, or something else) automatically wrap to multiple lines, following the same width as staffwidth?

moinejf commented 6 years ago

I don't see what you want exactly.
%%begintext accepts an option which can be fill or justify in which case automatic wrap occurs.
There is no such option for W:.
Otherwise, %%staffwidth is an other way to set the left and right margins. So, if you want the width of the text lines to be the same as the staff width, better use %%leftmargin and %%rightmargin.

olets commented 6 years ago

Aha, thanks I didn't know about those options. justify meets my needs, so now I'm using begintext + textoption 1