abcjs
abcjs copied to clipboard
missing %%writefields support
Thank you for this great library! Please add support for the %%writefields directive. Specifically, I would like to use:
%%writefields Q false
to hide the tempo
In case it's helpful, you can also hide the tempo with %%printtempo false
.
In case it's helpful, you can also hide the tempo with
%%printtempo false
.
Thanks for the suggestion, but that directive does not work, either.
This hides the tempo for me:
X:1
T:No Tempo
%%printtempo false
Q:1/4=120
M:4/4
K:G
CCCC|
Ah, I see now! The directive has to come before the Tempo line or else it doesn't work. I did not know that the order was important.
Thanks, Paul and Samuel!