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

musicxml exports doesn't accout for muted strings in chord graphs when the x is in the graph #25891

Open
4 tasks done
MikePia opened this issue Dec 19, 2024 · 0 comments
Open
4 tasks done
Labels
community Issues particularly suitable for community contributors to work on MusicXML P3 Priority: Low

Comments

@MikePia
Copy link

MikePia commented Dec 19, 2024

Issue type

Import/export issue

Description with steps to reproduce

he MusicXML export for chords does not account for muted strings, which are represented as "x" in the chord diagrams. For example, in the Gm6 chord, string 5 is marked with "x" in the diagram (See image), indicating muted strings, but the MusicXML export lists frets for these strings.

Here is the mxml snippet:

<harmony print-frame="no">
        <root>
          <root-step>G</root-step>
          </root>
        <kind text="m6">minor-sixth</kind>
        <frame>
          <frame-strings>6</frame-strings>
          <frame-frets>4</frame-frets><harmony print-frame="no">
        <root>
          <root-step>G</root-step>
          </root>
        <kind text="m6">minor-sixth</kind>
        <frame>
          <frame-strings>6</frame-strings>
          <frame-frets>4</frame-frets>
          <frame-note>
            <string>6</string>
            <fret>3</fret>
            </frame-note>
          <frame-note>
            <string>5</string>
            <fret>3</fret>
            </frame-note>
          <frame-note>
            <string>4</string>
            <fret>0</fret>
            </frame-note>
          <frame-note>
            <string>3</string>
            <fret>3</fret>
            </frame-note>
          <frame-note>
            <string>2</string>
            <fret>0</fret>
            </frame-note>
          <frame-note>
            <string>1</string>
            <fret>0</fret>
            </frame-note>
          </frame>
        </harmony>
          <frame-note>
            <string>6</string>
            <fret>3</fret>
            </frame-note>
          <frame-note>
            <string>5</string>
            <fret>3</fret>
            </frame-note>
          <frame-note>
            <string>4</string>
            <fret>0</fret>
            </frame-note>
          <frame-note>
            <string>3</string>
            <fret>3</fret>
            </frame-note>
          <frame-note>
            <string>2</string>
            <fret>0</fret>
            </frame-note>
          <frame-note>
            <string>1</string>
            <fret>0</fret>
            </frame-note>
          </frame>
        </harmony>

Supporting files, videos and screenshots

image

What is the latest version of MuseScore Studio where this issue is present?

4.4.4

Regression

Choose option...

Operating system

Ubuntu

Additional context

No response

Checklist

  • This report follows the guidelines for reporting bugs and issues
  • I have verified that this issue has not been logged before, by searching the issue tracker for similar issues
  • I have attached all requested files and information to this report
  • I have attempted to identify the root problem as concisely as possible, and have used minimal reproducible examples where possible
@oktophonie oktophonie added MusicXML community Issues particularly suitable for community contributors to work on labels Dec 20, 2024
@oktophonie oktophonie moved this to Some release after that in MuseScore Studio Backlog Dec 20, 2024
@oktophonie oktophonie added the P3 Priority: Low label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Issues particularly suitable for community contributors to work on MusicXML P3 Priority: Low
Projects
Status: Available
Status: Some release after that
Development

No branches or pull requests

2 participants