MuseScore chords.xml in jazz-style (sub/superscripts, etc.) but with normal (sans-)serif fonts
Go to file
RunasSudo 7af4eb832c
Add README.md
2020-05-23 03:06:24 +10:00
COPYING Rewrite from scratch 2020-05-23 03:06:15 +10:00
README.md Add README.md 2020-05-23 03:06:24 +10:00
build.sh Add 1.375mm size (Rastral 6) 2020-05-23 03:06:24 +10:00
chords_serifjazz.m4.xml Add custom "*" and related tokens to manually fix kerning, e.g. following the letter A 2020-05-23 03:06:24 +10:00
chords_serifjazz_0.925mm_R8.xml Add custom "*" and related tokens to manually fix kerning, e.g. following the letter A 2020-05-23 03:06:24 +10:00
chords_serifjazz_1.375mm_R6.xml Add 1.375mm size (Rastral 6) 2020-05-23 03:06:24 +10:00
chords_serifjazz_1.764mm_Default.xml Add custom "*" and related tokens to manually fix kerning, e.g. following the letter A 2020-05-23 03:06:24 +10:00

README.md

musescore-serifjazz-chords

musescore-serifjazz-chords provides a Musescore chord symbol style file with Jazz-style superscripts and font distinctions, while using standard (sans-)serif fonts congruent with standard engraving formatting.

Usage

From the files in this repository, download the XML file corresponding to the desired staff spacing. XML files are available for the default spacing of 1.764mm, and for various Rastral sizes.

Load the XML file into Musescore via Format → Style → Chord Symbols → Appearance → Custom.

Additional features

To achieve better kerning with A chords, use *. For example, type A*7 or A*o instead of A7 or Ao to position the modifier/extension more snugly with the ‘A’. The exception is the half diminished (ø) chord, for which you should type A*h (not A*0).

Information for contributors

XML files corresponding to specific staff sizes should not be directly edited. They are automatically generated from chords_serifjazz.m4.xml. This is an m4 file, which automatically substitutes appropriate layout parameters for each staff size.

Output XML files can be regenerated using the build.sh script. Additional staff sizes can be introduced by editing this script.