We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I change the note head shape it does not appear in the xml file. How do I add it?
The text was updated successfully, but these errors were encountered:
Seems to work just fine when I try
<note default-x="82.15" default-y="-40"> <pitch> <step>E</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <stem>up</stem> <notehead>slashed</notehead> </note> <note default-x="107" default-y="-25"> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <stem>up</stem> <notehead>diamond</notehead> </note>
Sorry, something went wrong.
Thank You!
Hi there, this is a support question rather than a reproducible bug. In future, please raise all such questions on our support forum.
No branches or pull requests
If I change the note head shape it does not appear in the xml file. How do I add it?
The text was updated successfully, but these errors were encountered: