ly:default-scale: don't return SCM_BOOL_F if default_global_scale exists.
[lilypond.git] / input / regression / font-name.ly
blob062f2f7549626d18b63bbd1048b7f1dfd34703a7
1 \version "2.12.0"
3 \header {
5 texidoc = "Other fonts can be used by setting @code{font-name} for
6 the appropriate object. The string should be a Pango font description
7 without size specification."
12 \layout { ragged-right = ##t }
16 \override Staff.TimeSignature #'font-name = #"Times New Roman"
17 \time 3/4
18 \set Score.skipBars = ##t
19 \override Staff.MultiMeasureRestText #'font-name = #"LuxiMono"
20 R1*21^"Rest in LuxiMono"
22 c'1_\markup {
23 \override #'(font-name . "Vera Bold")
24 \override #'(font-size . 4)
25 { This text is in large Vera Bold }