X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffont-name.ly;h=f2a05774a658dd48278c4aad27a44076424eacbd;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=0a68bb6d7889c6b43592a73c11b2090ae340d956;hpb=85a4c7ec6a2381d875c9f93a0517999f192c081d;p=lilypond.git diff --git a/input/regression/font-name.ly b/input/regression/font-name.ly index 0a68bb6d78..f2a05774a6 100644 --- a/input/regression/font-name.ly +++ b/input/regression/font-name.ly @@ -1,4 +1,4 @@ -\version "2.5.19" +\version "2.17.6" \header { @@ -9,23 +9,26 @@ without size specification." } -\layout { raggedright = ##t } +\layout { ragged-right = ##t } { - \override Staff.TimeSignature #'font-name = #"Times" + \override Score.PaperColumn.keep-inside-line = ##f + + % A comma is required + % for font name "Times New Roman"'s explicit termination. + % If there is no comma, Pango interpret "Times New Roman" as + % "Times New" family with "Roman" style. + \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" + \override Staff.MultiMeasureRestText.font-name = #"Luxi Mono" + R1*21^"Rest in Luxi Mono" c'1_\markup { - \override #'(font-name . "Utopia Bold") + \override #'(font-name . "Bitstream Vera Sans, Bold") \override #'(font-size . 4) - { This text is in large Utopia Bold } + { This text is in large Vera Bold } } }