You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get a kind of Piano-Tabs to work in a notation program. Klavarskribo (especially the Dekker version) seems to be perfekt for unexperienced piano players since it omits sharps and flats and stays the same over the whole note range.
I'm stuck modifying the existing VexFlow. I've already achieved to draw new stave-lines in a 2-3 pattern with 1.5 spaces between the 2 lines (representing c#, d#) and the 3 lines (representing f#,g#,a#). Placing the notes on the now-correct Line via "setLine()" is easy as well. And coloring the black keys black and the white keys white is possible too (although not perfect). Turning the whole SVG sheet can easily be done via CSS.
The things where I'm stuck is placing the noteheads on the right side at will.
Do you think there would be a better way to do all of this from the ground up?
The text was updated successfully, but these errors were encountered:
Are there different types of staves? Is there a chromatic stave? Am 12.02.2025 um 21:41 schrieb Rodrigo Vilar ***@***.***>:
I would try to select a Stave that places the notes in the right location and then delete / modify the Stave lines.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
Hi everyone!
I'm trying to get a kind of Piano-Tabs to work in a notation program. Klavarskribo (especially the Dekker version) seems to be perfekt for unexperienced piano players since it omits sharps and flats and stays the same over the whole note range.
I'm stuck modifying the existing VexFlow. I've already achieved to draw new stave-lines in a 2-3 pattern with 1.5 spaces between the 2 lines (representing c#, d#) and the 3 lines (representing f#,g#,a#). Placing the notes on the now-correct Line via "setLine()" is easy as well. And coloring the black keys black and the white keys white is possible too (although not perfect). Turning the whole SVG sheet can easily be done via CSS.
The things where I'm stuck is placing the noteheads on the right side at will.
Do you think there would be a better way to do all of this from the ground up?
The text was updated successfully, but these errors were encountered: