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

Note Head Shape in MusicXML code #26999

Closed
ccarlsen94 opened this issue Mar 9, 2025 · 3 comments
Closed

Note Head Shape in MusicXML code #26999

ccarlsen94 opened this issue Mar 9, 2025 · 3 comments

Comments

@ccarlsen94
Copy link

If I change the note head shape it does not appear in the xml file.  How do I add it?

@Jojo-Schmitz
Copy link
Contributor

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>
 

@ccarlsen94
Copy link
Author

Thank You!

@bkunda
Copy link

bkunda commented Mar 11, 2025

Hi there, this is a support question rather than a reproducible bug. In future, please raise all such questions on our support forum.

@bkunda bkunda closed this as not planned Won't fix, can't repro, duplicate, stale Mar 11, 2025
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

No branches or pull requests

3 participants