Tempo text: Problem with dotted notes

• Jun 10, 2020 - 16:28
Reported version
3.4
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
active
Regression
No
Workaround
No
Project

OS: Windows 10 (10.0), Arch.: x86_64, MuseScore version (64-bit): 3.4.2.9788, revision: 148e43f

Open the attached score. Compare the three attached dotted tempo markings. The note to dot distance looks OK in the default tempo text (but see #295155: Tempo text: Improve default formatting), however the dot becomes too far from the note when the custom formatting, and bold, is taken off.

Attachment Size
tempo_marking_issue.mscz 5.51 KB

Comments

Have you tried simply removing the bold, but otherwise leaving the custom formatting in place? On my Mac, the dotted quarter renders as two unknown characters if the custom formatting is removed.

I guess it is due to those strings being a mishmash of the musical text font (for note, space(!!) and dot) and the rest in FreeSerif or whatever the text style demands.

"Have you tried simply removing the bold, but otherwise leaving the custom formatting in place?"

Yes, but font-size and font-type (Inspector) don't work.

Okay, then have you tried editing the text element and using the font tools at the bottom of the screen to change the formatting for everything but the dotted quarter?

The other thing to try (on the user's end) is to reduce the font size of the space between the note and the dot, or possibly remove it altogether if it looks good without it. But obviously the space has to be there if the standard custom formatting for tempo text is used.

Come to think of it, I cannot even recommend using this approach if you want your score to be portable, since, as I stated earlier, the glyphs for the quarter note and dot don't even render correctly on all systems if the custom formatting is removed.

Title Tempo text: Problem with dotted notes Tempo text: substitute the space between note and dot with a "Hair Space"

The solution appears to be to use a "Hair Space" between the note and the dot (see attached file).

Attachment Size
tempo_marking_hair_space.mscz 5.12 KB
Title Tempo text: substitute the space between note and dot with a "Hair Space" Tempo text: Problem with dotted notes

Here's what it uses:

<text><sym>metNoteQuarterUp</sym><sym>space</sym><sym>metAugmentationDot</sym> = 80</text>

So 1 space as a SMuFL qlyph (between note amd dot) and 2 'normal' spaces (around the =)