We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 K:C# c B A G |[K:Cb][M:3/8] F/ E/ D/ |]
Music21 code fragment
score = converter.parse(abc_string, format='abc') score.write('musicxml', output_file)
Expected vs. actual behavior
Expected
Actual
More information
X:1 L:1/8 M:6/8 K:C# c B A G |\ K:Cb M:3/8 F/ E/ D/ |]
is OK.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Music21 code fragment
Expected vs. actual behavior
Expected
Actual
More information
X:1
L:1/8
M:6/8
K:C#
c B A G |\
K:Cb
M:3/8
F/ E/ D/ |]
is OK.
The text was updated successfully, but these errors were encountered: