Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Pitch and duration are essential attributes of a note. Piano roll represents them visually (non-abstract), higher y position -> higher pitch, longer x length -> longer duration. Staff notation is half-abstract, higher y position -> higher pitch, different symbols -> duration. Integer notation symbolizes both. Pitch is obviously represented by numbers, but what about duration?
In staff notation, half notes and quarter notes differ in their notehead symbols, which are hidden by the plugin. To differentiate between them, the numbers on half notes are shown as italic as a workaround. Ideally, pitch and duration should correspond to different aspects of a symbol, and variations in duration should be represented consistently by variations of the symbol.
Staff notation is already somewhat consistent — each flag / beam halves the duration. There could be a similar design for doubling the duration, or extending the duration by half (replacing dots, which were invented historically for a weird reason). Getting rid of duration dots also makes each note-symbol self-contained, and prevents confusion if dots are used to indicate octaves in pitch.
In any case, this is beyond the plugin framework and requires forking MuseScore itself.
Beta Was this translation helpful? Give feedback.
All reactions