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

Is it possible to add numbered musical notation? #980

Open
hhaiwwww opened this issue Dec 21, 2023 · 3 comments
Open

Is it possible to add numbered musical notation? #980

hhaiwwww opened this issue Dec 21, 2023 · 3 comments

Comments

@hhaiwwww
Copy link

微信截图_20231221150359
ABCjs is great,I would like to add a notation display function that can be switched to display with the staff notation. I'm not sure if this feature is available

@paulrosen
Copy link
Owner

It would be possible to extend abcjs to do this, but it isn't available out of the box.

There is a way to run abc through the parser only without doing output. Then you have a structure you could step through to do your own drawing.

So, what I'd do:

const visualObj = abcjs.renderAbc("*", abcString)

Then write a function that steps through visualObj[0].lines and writes the output.

@hhaiwwww
Copy link
Author

I still don't quite understand. Will you improve this feature on your end

@cgzwyy
Copy link

cgzwyy commented May 23, 2024

i need this function too
how can i user abcjs to draw NMN

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

3 participants