]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/font-name.ly
add file.
[lilypond.git] / input / regression / font-name.ly
1 \version "1.7.28"
2
3 \header {
4
5     texidoc = "Using other fonts can be done by setting font-name for
6 the appropriate object. This may include Postscript fonts that are
7 available through (La)TeX.
8 "
9
10
11 }
12
13 \score {
14     \notes {
15         \property Staff.TimeSignature   \set #'font-name = #"cmr17"
16         \property Score.skipBars = ##t 
17         \property Staff.MultiMeasureRestText \set  #'font-name = #"putri8r"
18         c'1_\markup { \override #'(font-name . "ptmb8r")
19                           { This text is bold Times Roman } }
20
21              R1*21^"Wait for Utopia Italic"
22              }
23     
24     \paper { raggedright = ##t }
25
26 }