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

Tuplet noted in ABC convert to MusicXML #1660

Open
tsugumi opened this issue Nov 4, 2023 · 0 comments
Open

Tuplet noted in ABC convert to MusicXML #1660

tsugumi opened this issue Nov 4, 2023 · 0 comments

Comments

@tsugumi
Copy link

tsugumi commented Nov 4, 2023

music21 version

9.1.0

Problem summary

Converting a score written in ABC notation to MusicXML may result in incorrect MusicXML output.

Steps to reproduce

ABC notation source

X:1
L:1/8
M:6/8
 (10:6:5c3/2c3/2c3c3c |]

Music21 code fragment

score = converter.parse(abc_string, format='abc')       
score.write('musicxml', output_file)   

Expected vs. actual behavior

Expected
tuplet

Actual
tuplet2

More information

The abc2xml https://wim.vree.org/svgParse/abc2xml.html can correctly convert the above scores.

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

1 participant