abcjs icon indicating copy to clipboard operation
abcjs copied to clipboard

+: Field Continuation is Not Supported

Open seisiuneer opened this issue 1 month ago • 1 comments

Report from a user of my tool:

Field continuation lines (https://abcnotation.com/wiki/abc:standard:v2.1#field_continuation) are not supported correctly in rendering the tune. The '+' is interpreted as a bow downstroke (? it's a 'V'). A leading space is interpreted as a trill ('tr'). Valid abc notes (a-gA-G) seem to be interpreted as notes, though not if it occurs as the first letter in the continuation??

Minimal example:

X:1 N:A note +: continued ABcdefg ||

seisiuneer avatar Nov 27 '25 13:11 seisiuneer

Oh! the gh api is only used for authentication, and the sessions are stored on api.helio.fm? https://github.com/helio-fm/website/blob/develop/lib/api/router.ex

0atman avatar Jun 23 '25 07:06 0atman

the gh api is only used for authentication, and the sessions are stored on api.helio.fm?

All correct. And the data is pushed to/pulled from a db on my cheap droplet at helio.fm.

I've been thinking about removing all network related features in the future (already removed them from the mobile versions): calling home is an unpopular feature, I've built it for myself to sync projects across devices but I rarely use it, and also the less moving parts, the better. Please let me know if you have any thoughts on that.

peterrudenko avatar Jun 23 '25 09:06 peterrudenko

I agree, seems like a feature that could be pruned.

I've got sync with dropbox and/or git if I need it!

0atman avatar Jun 24 '25 20:06 0atman