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

Adjust trill and mordent intervals #1

Open
craigsapp opened this issue Sep 20, 2020 · 0 comments
Open

Adjust trill and mordent intervals #1

craigsapp opened this issue Sep 20, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@craigsapp
Copy link
Member

All trills and mordents are indicated with capital letters (T and M).

Trills and mordents that are a minor second to the auxiliary note should be t and m instead.

These files have trills:

hgrep -d  T *.krn -l
wtc1f03.krn
wtc1f05.krn
wtc1f06.krn
wtc1f07.krn
wtc1f08.krn
wtc1f11.krn
wtc1f12.krn
wtc1f15.krn
wtc1f19.krn
wtc1f20.krn
wtc1f22.krn
wtc1f23.krn
wtc1f24.krn
wtc2f01.krn
wtc2f03.krn
wtc2f04.krn
wtc2f06.krn
wtc2f13.krn
wtc2f14.krn
wtc2f15.krn
wtc2f17.krn
wtc2f18.krn
wtc2f20.krn
wtc2f24.krn

There are 99 sonorities with trills to check:

hgrep -d  T *.krn | wc -l

And these files have M:

hgrep -d  M *.krn -l
wtc1f01.krn
wtc1f05.krn
wtc1f11.krn
wtc1f12.krn
wtc1f13.krn
wtc1f14.krn
wtc1f15.krn
wtc2f02.krn
wtc2f06.krn
wtc2f10.krn
wtc2f13.krn
wtc2f15.krn
wtc2f16.krn
wtc2f19.krn
wtc2f22.krn

There are 43 sonorities with mordents to check:

hgrep -d  M *.krn | wc -l
@craigsapp craigsapp added the enhancement New feature or request label Sep 20, 2020
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

No branches or pull requests

1 participant