]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/font-name.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / font-name.ly
index d0e9a472c51c0e08f0a31c64015a38395773d383..f2a05774a658dd48278c4aad27a44076424eacbd 100644 (file)
@@ -14,14 +14,19 @@ 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"
-  R1*21^"Rest in LuxiMono"
+  \override Staff.MultiMeasureRestText.font-name = #"Luxi Mono"
+  R1*21^"Rest in Luxi Mono"
 
   c'1_\markup {
-    \override #'(font-name . "Vera Bold")
+    \override #'(font-name . "Bitstream Vera Sans, Bold")
       \override #'(font-size . 4)
         { This text is in large Vera Bold }
   }