jwdj / EasyABC

EasyABC
GNU General Public License v2.0
90 stars 36 forks source link

Mismatched new line characters #29

Closed PigeonOnTheGate closed 3 years ago

PigeonOnTheGate commented 3 years ago

I found another issue with easyabc, but this one is a lot more minor and hopefully should be an easier fix. By default, easyabc uses EOL to start a new line when displaying the music with abcm2ps, while abc2xml uses the dollar sign. This results in the lines not being properly formatted when using xml export. On the command line, -b needs to be passed to abc2xml to switch from dollar sign to EOL.

Thank you so much for maintaining this program!