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

Stem Direction Support #392

Merged
merged 7 commits into from
Oct 30, 2024
Merged

Stem Direction Support #392

merged 7 commits into from
Oct 30, 2024

Conversation

manoskary
Copy link
Member

  • Added support for stem direction in musicxml import/export
  • Added support for stem direction export in mei export
  • Added a generic note attribute called beam_direction initialized to None including minimal tests to only accept "up/down" values.

@manoskary manoskary self-assigned this Oct 18, 2024
@manoskary manoskary added the enhancement New feature or request label Oct 18, 2024
@manoskary manoskary requested a review from sildater October 18, 2024 12:13
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file is not used in the tests

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @sildater. This file caused an error because since stem direction is now supported (and some were present in the original unfolded scores), it created a diff error with the unfolded variant on a different test. The same happened for all the other files you commented on below.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this files is not used in the test

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file is not used in the test

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the test covers a single note of one file in one function.

Copy link
Member

@sildater sildater left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice and simple stem encoding addition! There is probably a mistake in the original message, there is no change related to beams that I could see, only stems. Nearly all testing data changes are unused but also don't break anything, and the test is as minimal as it gets, but it's there.

@manoskary manoskary merged commit 07225bc into develop Oct 30, 2024
3 checks passed
@sildater sildater mentioned this pull request Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants