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

[myank] Improve data token handling at start end end of myanked section #74

Merged
merged 2 commits into from
Mar 21, 2023

Conversation

WolfgangDrescher
Copy link
Contributor

Closes #71

Adds support for chords at start and end of a score filtered with myank and now keep all signifiers (e.g. ll for terminal long notes were removed).

Chord example

Source:

**kern
*M4/4
=1
1c 1e 1g
=2
1d 1f 1a
=3
1e 1g 1b
=4
1f 1a 1cc
=5
1g 1b 1dd
==
*-

=> myank -m 2-3

**kern
*M4/4
=2
1d 1f 1a
=3
1e 1g 1b
=
*-

Signifier example

Source:

**kern
*M4/4
=1
1c
=2
1d
=3
1e
=4
1f
=5
1gll
==
*-

=> myank -l 12-12

**kern
*M4/4
=5
1gll
==
*-

0a07e11 handles some special cases such as:

Before:

Bildschirm­foto 2023-03-21 um 12 16 12

After:

Bildschirm­foto 2023-03-21 um 12 16 32

@craigsapp craigsapp merged commit e6faa0d into craigsapp:master Mar 21, 2023
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

Successfully merging this pull request may close these issues.

[myank] Chord at end of range converts to note
2 participants