paulrosen / abcjs

javascript for rendering abc music notation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Q: Is it possible to visually transpose in ABC string?

VKondakoff opened this issue · comments

There are two independent parameters, visualTranspose and audioTranspose. Also you can transpose the audio with %%MIDI transpose 2 in your abc string. Also you can put transpose on a K: or V: line: V:clarinet transpose=2.

It is possible to put %%MIDI transpose -2 into ABC string. Can we do the same with visualTranspose? So, visually transposing specific score instead of all of them when using:

{
    "visualTranspose":-2,
}

Thank you!

I have the same question! I thought I figured out how to do it at one point but now I can't remember if I did or not.