-
Notifications
You must be signed in to change notification settings - Fork 21
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
duration's position and something #69
Comments
Having both pitch and duration as numbers might be quicker to type in with a number pad, but what if we want to fix a mistake later? We have to think about not only the initial typing in but also how easy it is to fix things. I think I'd get really confused if every note was 2 digits, and the digit on the left meant something different from the digit on the right. Also, how would it work with grace notes and chords, which already have more than one number in the same word? I agree I don't really like There is an alternative notation you can use, and that's to add a |
For p1&2: For p3: For p4: 1--- 1-- 1- 1 1q 1s 1d 1h , 1\\ .... (using the \ for duration is less than 1/64th , need remomber "qsdh" for enter the note efficiently) And, the duration figure put after not before the pitch, fix its position is better for reading and checking later. |
Unfortunately we can't just make all chords look like We can still change the syntax if we make the new syntax optional. For example, there is currently a command So in this case perhaps we could have Unfortunately we can't use |
Using command to change the syntax is a good idea, it only add a command ahead the notes, that can "backward compatibility" the old file. If using new syntax, writing the command accordingly only. KeepLength, NumberDuration are for duration |
Me too. I think we'd better avoid that, IMHO.
So, 1--- 1-- 1- 1 1\ 1\ \ ... Yeah, I like that. This is a very beautiful design. much better than |
The duration have two position now: less than 1/4th before the pitch and large, behind the pitch.
Put them all behind the pitch maybe better, and for efficiently note inputting by number pad, using the figure instead of alphabet. That is
whole note ->1, 2/4/8/16/32/64/128/256th -> 2 4 8 6 3 5 7 9....
example like: 11 12. 12 14 18 16 13 15 17 19 (need remember 6 ->1/16th, 3->1/32th, 5->1/64th, 7->1/128th...., easy for musicians)
or 2 simpler: 1--- 1-- 1- 1 1q 1s 1d 1h ( easy for english-speaking people)
or 3 simplest:1--- 1-- 1- 1 11 12 13 14 ( second digit 1 2 3 for the underline numbers . easy for most people)
The text was updated successfully, but these errors were encountered: