Replies: 2 comments
-
Code would probably look something like this (this is with including vexflow as a script over CDN): ` const { Factory, System } = Vex.Flow; const vf = new Factory({ let score = vf.EasyScore() // creates a quarter note // add text above/below note system vf.draw(); All you need in the html is a div with the id="output" |
Beta Was this translation helpful? Give feedback.
-
Many thanks Prospero23, but I get an "TypeError: Vex.AnnotationVerticalJustify is undefined" error!? |
Beta Was this translation helpful? Give feedback.
-
A first hello,
and many thanks for all your efforts!
I'm testing VexFlow/EasyScore and looking for an simple example (EasyScore
preferred), just one bar with:
My aim is the genertion of labels for the keys of my (music) keyboard
with note name and MIDI numbers.
Beta Was this translation helpful? Give feedback.
All reactions