Custom Jazz Chord xmls
I am trying to get this chord xml to work the way I want it to, when I click to edit the chord, it shows it the way I want it to be viewed (Mostly) but when I click out of it, it reverts to the chord above the one shown. How can I fix this (Image 1)? Also, I want to fix this minor chord, I want that 'm' to remain unchanged; meaning I don't want it to be a super or subscript. I understand that I will probably have to make my own xml file for this, but that's also the problem: I have no idea what to do with an xml file, how to edit it, where to even get one or how to specifically make a lower case 'b' be turned into a superscript flat sign (in the inkpen jazz font) and make the lower case 'm' remain unchanged (which uses the character Œ )
The last picture is a picture of my styles window, showing which xml I am using.
Attachment | Size |
---|---|
Jazz Chords.JPG | 73.93 KB |
Jazz Chords 2.JPG | 29.38 KB |
xml I am using.JPG | 90.47 KB |
Comments
Are you typing the letter "b" there, or inserting a flat sign manually? If the former, then I guess the font you are using includes a flat sign instead of the letter "b", but lacks a proper flat sign in the usual Unicode and/or SMuFL locations. Really, best to report that bug to the font designer, asking them to include proper accidentals. Or edit the font yourself, such as using FontForge. But failing that, indeed, you'll need a custom XML file telling MuseScore how to find the flat sign that is there.
I'm a little confused by the last picture, is that just a mockup? It doesn't really work to put "https" paths in the dialog, does it? You'll need to download the file to your computer and put the path to where you downloaded it here.
In reply to Are you typing the letter "b… by Marc Sabatella
Indeed, I am typing in "b". That last image was my mistake, but you get the idea
In reply to Indeed, I am typing in "b"… by Snavels
So yeah, assuming the developers of that font don't send you a fixed version any time soon, you'll need a custom version of the XML file as a workaround. I'd start by making a copy of the chords_std.xml from your current installation folder (the MuseScore 3 version, presumably), then you'll just need to experiment with things. If you're lucky, it might work to simply remove the line
, but chances are if they've done one non-standard thing like put a flat sign where the 'b" should be, they've done others too.In reply to Are you typing the letter "b… by Marc Sabatella
What my style really says is " /Users/snavels/Documents/MuseScore2/Styles/jazzchords_jazz.xml "
In reply to What my style really says is… by Snavels
Which is for MuseScore 2
In reply to Which is for MuseScore 2 by Jojo-Schmitz
Right, my problem is that I don't actually know where to get one for MuseScore 3
In reply to Right, my problem is that I… by Snavels
MuseScore 3 comes with its own files, they are in whatever folder you installed MuseScore to - eg, C:\Program Files\MuseScore 3, if you're on Windows, wherever the standard place is for macOS or Linux. Just create a new score then go to that chord style window and press the browse button; the dialog that comes up will default to the right location. As I said, copy the chords_std.xml file from there to somewhere of your own choosing (eg, your own Documents/MuseScore3/Styles older). Maybe you'll get lucky and deleting that one line will do the trick.
In reply to MuseScore 3 comes with its… by Marc Sabatella
So I am going to have to edit it, how do I do that? I want it to be Everytime I enter a "b" or "#" into the chord, it's a superscript. How do I go about doing this?
In reply to So I am going to have to… by Snavels
It's a text file, so you edit it with whatever program you nortally edit text files with - Notepad or Wordpad on Windows, TextEdit on macOS, etc.
In reply to It's a text file, so you… by Marc Sabatella
NotePad may not work on that file due to not having Windows line endings.. NotePad++ though would