]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/font-name.ly
* input/regression/font-name.ly: don't use PS fonts for
[lilypond.git] / input / regression / font-name.ly
index 211ea2da9c02ef6e2e56a2f4cbed6f27598bb111..8af926acd7f6d52330abb703137ca75a07fe3d3d 100644 (file)
@@ -5,18 +5,33 @@
     texidoc = "Using other fonts can be done by setting font-name for
 the appropriate object. This may include Postscript fonts that are
 available through (La)TeX.
+
 "
 
 
 }
 
+%{
+
+ Postscript fonts are switched off by default,
+ for compatibility with TeX installations that have no
+ PS fonts installed.
+%}
+
 \score {
     \notes {
        \property Staff.TimeSignature   \set #'font-name = #"cmr17"
-       \property Score.skipBars = ##t 
-       \property Staff.MultiMeasureRestText \set  #'font-name = #"putri8r"
-       c'1_\markup { \override #'(font-name . "ptmb8r")
-                         { This text is bold Times Roman } }
+       \property Score.skipBars = ##t
+
+       % use font-name putri8r for Utopia Italic :
+       
+       \property Staff.MultiMeasureRestText \set  #'font-name = #"cmss12"
+
+
+       % use "ptmb8r" for Times Roman
+       
+       c'1_\markup { \override #'(font-name . "cmdunh10")
+                         { This text is Dunhill } }
 
             R1*21^"Wait for Utopia Italic"
             }