]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/font-name.ly
New markup command : pattern
[lilypond.git] / input / regression / font-name.ly
index 0a68bb6d7889c6b43592a73c11b2090ae340d956..062f2f7549626d18b63bbd1048b7f1dfd34703a7 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.5.19"
+\version "2.12.0"
 
 \header {
 
@@ -9,23 +9,20 @@ without size specification."
 
 }
 
-\layout { raggedright = ##t }
+\layout { ragged-right = ##t }
 
 
 {
-  \override Staff.TimeSignature  #'font-name = #"Times"
+  \override Staff.TimeSignature  #'font-name = #"Times New Roman"
   \time 3/4
   \set Score.skipBars = ##t
-
-                               % use font-name putri8r for Utopia Italic :
-  
   \override Staff.MultiMeasureRestText #'font-name = #"LuxiMono"
   R1*21^"Rest in LuxiMono"
 
   c'1_\markup {
-    \override #'(font-name . "Utopia Bold")
+    \override #'(font-name . "Vera Bold")
       \override #'(font-size . 4)
-        { This text is in large Utopia Bold }
+        { This text is in large Vera Bold }
   }
 }