]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/font-name.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / font-name.ly
index 4d74b6f3c22266ce50fd4e2349f158076b13b45a..f2a05774a658dd48278c4aad27a44076424eacbd 100644 (file)
@@ -22,11 +22,11 @@ without size specification."
   \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 }
   }