I'm using ABC2 plugin. Files play MIDI well. I have tried various library and zoom configurations. The score SVG is too small or incomplete. What am I doing wrong at http://sdarby.au ??
Auvergine I don't see anything wrong on this page, or on this one : http://sdarby.au/doku.php?id=sandpit. The score is of perfect size and I have no trouble playing the music.
It seems you solved your issue. Would be nice to explain.
PS Nice logo by the way.
schplurtz Thanx for the reply. I discovered the config is [SPACE] seperated, not [COMMA] seperated as I expected. Once I noticed the correct format, everything works well.
Not tested since 2020 HOGFATHER version. Wish I wrote down the configurations that worked. Since I updated to 2023 JACKRUM the ABC2 scores look broken
If I have understood the problem correctly - you can try to create the following in userstyles.css (create the file if not exists):
.abc2-plugin svg, .abc-render svg { height: auto; }
This issue has been reported in https://github.com/selfthinker/dokuwiki_plugin_abc2/issues/5 already. A proper pull request should be sent to the author.
andi A proper pull request should be sent to the author.
I did this, hopefully correct.