Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q: how to visualTranspose a specific score only? #42

Open
VKondakoff opened this issue Feb 23, 2024 · 1 comment
Open

Q: how to visualTranspose a specific score only? #42

VKondakoff opened this issue Feb 23, 2024 · 1 comment

Comments

@VKondakoff
Copy link

Hello!

I have multiple scores in one Obsidian note and when Im trying to visualTranspose one of them all others are transposed as well.

{
    "visualTranspose": -1
}
---
X: 1
K: C
| "Dm7" c d "G7" e f | "C" -f-f e c |

The workaround is to put "visualTranspose": 0 in the next score, and controlling this is quite difficult, when you have many visualTransposed scores. So there is a question: is there something like visualTranspose that is local to specific score? Something like %%visualtranspose?

Thank you!

@alensiljak
Copy link
Collaborator

I would link other issues that report the same problem. Namely, that, when an option is set, it applies to all the ABC blocks in the note. Like #32 for tablatures.
It seems that there is only one instance of the plugin and related one instance of abcjs. Hence any settings apply to all code blocks. It would be worth exploring if it is possible to have multiple instances running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants