]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/font-name.ly
Issue 4591 / 1: Fix font-name overriding `Times New Roman'
[lilypond.git] / input / regression / font-name.ly
index d0e9a472c51c0e08f0a31c64015a38395773d383..4d74b6f3c22266ce50fd4e2349f158076b13b45a 100644 (file)
@@ -14,7 +14,12 @@ without size specification."
 
 {
   \override Score.PaperColumn.keep-inside-line = ##f
-  \override Staff.TimeSignature.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 Staff.TimeSignature.font-name = #"Times New Roman,"
   \time 3/4
   \set Score.skipBars = ##t
   \override Staff.MultiMeasureRestText.font-name = #"LuxiMono"