]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-mark-formatter.ly
Issue 4591 / 1: Fix font-name overriding `Times New Roman'
[lilypond.git] / input / regression / metronome-mark-formatter.ly
index 480429f30ef89f4743229581feaed3a691163ab0..a288c91ced20fd8d3a77f69a72fd14bd0824acab 100644 (file)
@@ -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
 }