[MusicXML] first-fret tag not supported for fretboard diagrams
^- as you see in the picture on higher fret's the fret dot's are running of the fret matrix.
That's how it should look like:
'Note Flight Viewer': https://haldms.halleonard.com/nf/preview/146/19726 creator of the XML was 'Dolet 6.2 for Sibelius'
The dot-data and fret information is read correctly from the music XML.
However problem seem about correctly instantiating/initiating the fretboard diagram.
Or maybe there's a problem about rendering the fretboard diagrams
Here is the MusicXML to test:
2HL_DDS_0000000000125653.xml.gz_.xml
I tested this issue with MuseScore 2 and MuseScoreNightly-2018-03-30-2124-master-b92a6e0.7z
Well beside fixing this bug - may also consider to change general layout.
Show the fret number at the right side of the fretboard matrix and formating it smaller and append 'fr' at it's end.
Comments
relates to #283681: [EPIC] Fretboard diagram issues and #270643: [EPIC] MusicXML import/export issues
Came up again in https://musescore.org/en/node/300660
I've also encountered this issue and found it is not working in the 3.6beta. I could certainly believe that this is not the highest priority thing to fix, but I'm adding this comment just to register my vote to have it addressed. What's the best way me to track this issue?
you just did, you'll be notified on any change to this issue now
As far as I can tell, the diagrams are correct except that they are ignoring the "first-fret" tag in the MusicXML. In principle it could be a simple matter to workaround by changing the corresponding property in the Inspector, but that doesn't actually shift the dots to compensate. I suppose there are other cases where that is desirable, but not here unfortunately.
The first-fret tag is simply not supported on either MusicXML import or export.
Storing the MusicXML first-fret element in the FretDiagram's FRET_OFFSET property (perhaps combined with subtraction that value from every string's fret number) may do the trick. It seems the inspector displays the text as fret number instead of fret offset. Will look into this.
Fix implemented. No pull request yet, there are more fretboard MusicXML fixes to be implemented.
Pull request https://github.com/musescore/MuseScore/pull/8059
Fixed in branch master, commit cb138c8a89
_Fix #270988: [MusicXML] first-fret tag not supported for fretboard diagrams
Support first-fret tag on both import and export._
Fixed in branch 3.6.2_backend, commit 7c7e0e65ae
_Fix #270988: [MusicXML] first-fret tag not supported for fretboard diagrams
Support first-fret tag on both import and export._
Automatically closed -- issue fixed for 2 weeks with no activity.