X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmetronome-mark-formatter.ly;h=841f6c40bbc4994cb1a4c42774f4d26b1a69712e;hb=a307b1d69dff09d4d9a75c53a20a02ec7545d282;hp=480429f30ef89f4743229581feaed3a691163ab0;hpb=d01d7bd0752a3d141de5a1fb2905d30efbcd8970;p=lilypond.git diff --git a/input/regression/metronome-mark-formatter.ly b/input/regression/metronome-mark-formatter.ly index 480429f30e..841f6c40bb 100644 --- a/input/regression/metronome-mark-formatter.ly +++ b/input/regression/metronome-mark-formatter.ly @@ -16,7 +16,12 @@ mus = \relative c'' { \tempo "Allegro" 8=120-140 a8 b c d a b c d - \override Score.MetronomeMark.font-name = "Times New Roman" + + % A comma is required + % for font name "Times New Roman"'s explicit termination. + % If there is no comma, Pango interpret "Times New Roman" as + % "Times New" family with "Roman" style. + \override Score.MetronomeMark.font-name = "Times New Roman," \tempo "Allegro" 8=140 a b c d a b c d } @@ -103,6 +108,7 @@ mus = \context { \Score \override MetronomeMark.style = #'mensural + \override MetronomeMark.flag-style = #'mensural } } }