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

Add basic voice rendering #3

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

Add basic voice rendering #3

wants to merge 23 commits into from

Conversation

ywsang
Copy link
Collaborator

@ywsang ywsang commented Jul 7, 2020

Add four components (vf-score, vf-system, vf-stave, and vf-voice) that support rendering simple/basic voices. This PR limits the score to one system per score (essentially one measure) and doesn't have tuplets or beams.

Copy link

@justinfagnani justinfagnani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks ince!

This is just an initial pass, mostly on vf-score, but with comments that can be applied to the other elements around class fields, attributes, and initialization in connectedCallback.

Gruntfile.js Show resolved Hide resolved
Gruntfile.js Outdated Show resolved Hide resolved
app.js Outdated Show resolved Hide resolved
index.html Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
src/web-components/vf-score.js Outdated Show resolved Hide resolved
src/web-components/vf-score.js Outdated Show resolved Hide resolved
src/web-components/vf-score.js Outdated Show resolved Hide resolved
src/web-components/vf-stave.js Outdated Show resolved Hide resolved
src/web-components/vf-score.js Show resolved Hide resolved
src/web-components/vf-stave.js Outdated Show resolved Hide resolved
src/web-components/vf-voice.js Show resolved Hide resolved
tools/generate_png_images.js Outdated Show resolved Hide resolved
tools/generate_png_images.js Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants