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

Two ideas for Two hand piano (by Kimu) #276

Open
jmmelko opened this issue Dec 8, 2022 · 1 comment
Open

Two ideas for Two hand piano (by Kimu) #276

jmmelko opened this issue Dec 8, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@jmmelko
Copy link
Collaborator

jmmelko commented Dec 8, 2022

When a music score is split into two layers, one for each hand :

  • merge the notes of both layers into a unique layer
  • Use a different color for each hand

To do that:
Use highlighted frame =0 for the first layer, and highlighted frame =-1 for the second one.
Because using highlighted frame >0 would confuse the notes with quavers

Then assign the color of frame = max to -1, so that the colors for frame 0 and -1 are very different.

85A5FAEF-9C38-4FBB-8AB9-D1A738E2659F

@jmmelko jmmelko added the enhancement New feature or request label Dec 8, 2022
@jmmelko jmmelko self-assigned this Dec 8, 2022
@jmmelko
Copy link
Collaborator Author

jmmelko commented Dec 8, 2022

Another possibility is to intertwine layers.

for that I’ll have to change the way time interval is calculated in the JSON parser.

And also this would require important graphical changes such as in the image below to avoid using layer titles
8129F426-E9F4-4B95-8CD9-77C5165B6C0E

@jmmelko jmmelko changed the title Idea for Two hand piano Two ideas for Two hand piano (by Kimu) Dec 8, 2022
@jmmelko jmmelko removed their assignment Dec 12, 2022
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