-
Notifications
You must be signed in to change notification settings - Fork 18
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
PR for Release 1.4.0 #320
PR for Release 1.4.0 #320
Conversation
…ng any exception for xml files
Installing Musescore dependency only for linux runner. The tests should be accordingly adapted.
Installing Musescore dependency only for linux runner. The tests should be accordingly adapted.
…ed test accordingly
Also changed unfolding_part_minimal and unfolding part_maximal to work with scores.
…attributes, note id fix in load_performance_midi, optional track merging param in save_performance_midi
adds a function to directly generate minimally unfolded parts/scores.
Added an extra clause in find musescore to check whether a screen is available.
Codecov ReportPatch coverage is
📢 Thoughts on this report? Let us know!. |
A general question, this PR links issue #293 which is not really addressed. The same behavior that was mentioned still persists. However, we probably also won't change it, so I just tried to give some details around it. How should we handle this? Should we keep this open? Or have some kind of FAQ section somewhere? I sometimes write these longer explanations on issues and would like them to stay around somewhere after we close the issue. |
…to perform like one. This avoids internal recursions.
…to perform like one. This avoids internal recursions.
# Conflicts: # partitura/performance.py
…g screens on servers.
New Features
load_score
auto-selects parser based on file typeScore
object for capturing meta informationgrace
,voice_overlap
)tempo_indication
score property line in matchfile exportBug Fixes
Other Changes