X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmetronome-mark-formatter.ly;h=841f6c40bbc4994cb1a4c42774f4d26b1a69712e;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=480429f30ef89f4743229581feaed3a691163ab0;hpb=6eb8d8d2780b4b8e1228d94d845145f558240519;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 } } }