-
Notifications
You must be signed in to change notification settings - Fork 431
Apply tuplet to multiple components to express durations like 5/6 or 7/3 QL #1240
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
Open
jacobtylerwalls
wants to merge
24
commits into
cuthbertLab:master
Choose a base branch
from
jacobtylerwalls:components-2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
19ef21f
Apply tuplet to multiple components to express 5/6 or 7/3 QL
jacobtylerwalls 7f26ed3
Allow dotted types > 1.0QL as "closest larger type"
jacobtylerwalls 27469ba
Add forceSingleComponent attribute
jacobtylerwalls d34cf4f
Typo
jacobtylerwalls c7628eb
bump version added
jacobtylerwalls 927c5b4
Remake tuplet brackets after splitAtDurations
jacobtylerwalls 4b4b2c0
Two calls to splitAtDurations() in fixupNotationFlat()
jacobtylerwalls aa4e3db
Merge branch 'master' into components-2
jacobtylerwalls a5183d2
Merge branch 'master' of https://github.com/cuthbertLab/music21 into …
jacobtylerwalls becec13
Move test
jacobtylerwalls ead11fc
Merge branch 'master' into components-2
jacobtylerwalls 869baff
Merge branch 'master' into pr/1240
mscuthbert 2b80b1a
Merge branch 'components-2' of https://github.com/jacobtylerwalls/mus…
mscuthbert 61fb0c7
fix test: getET doesn't run makeNotation
jacobtylerwalls 876c010
Merge branch 'master' into components-2
jacobtylerwalls 3759469
Make splitAtDurations reset measure-level tuplets flag
jacobtylerwalls 8996abf
m_or_v
jacobtylerwalls d0e668b
Merge branch 'master' into components-2
jacobtylerwalls 263dab2
Remove duplicative makeTupletBrackets call
jacobtylerwalls 3c5d187
Merge branch 'master' into components-2
jacobtylerwalls 65575cd
Update version added
jacobtylerwalls 12c8c49
Fix faulty merge
jacobtylerwalls 89df531
Trailing comma
jacobtylerwalls a825cd2
Bump version in note
jacobtylerwalls File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's fairly rare to go through
fixupNotationFlat(), since even "flat" scores go through a "general object conversion". You'd need a not-well-formed score or makeNotation=False to end up here. So that's why I thought this was not terrible to do this twice (better than erroring out with complex duration failures).This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.