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

Fix for issue #52, volta bracket length #53

Closed rjl20 closed 5 years ago

rjl20 commented 5 years ago

Added a flag and format parameter to make volta brackets follow the ABC standard, rather than calculating their length from the first ending and applying that to subsequent endings. The default behavior is no change, but "-R" or "the %%repeatstandard" parameter triggers the standard-compliant behavior (which is to ignore the length calculated in the first ending and just stop the bracket at the next double bar, or when explicitly stopped with a decoration).

rjl20 commented 5 years ago

Changing the behavior across the board works, too. Thanks!