X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffont-name.ly;h=f2a05774a658dd48278c4aad27a44076424eacbd;hb=a307b1d69dff09d4d9a75c53a20a02ec7545d282;hp=523fc6f66d035ff1253c920ab36047e4fddae324;hpb=5b1f3adfe5e3561eaa0f9440e0697054084b7107;p=lilypond.git diff --git a/input/regression/font-name.ly b/input/regression/font-name.ly index 523fc6f66d..f2a05774a6 100644 --- a/input/regression/font-name.ly +++ b/input/regression/font-name.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.17.6" \header { @@ -13,15 +13,20 @@ without size specification." { - \override Score.PaperColumn #'keep-inside-line = ##f - \override Staff.TimeSignature #'font-name = #"Times New Roman" + \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 - \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 . "Vera Bold") + \override #'(font-name . "Bitstream Vera Sans, Bold") \override #'(font-size . 4) { This text is in large Vera Bold } }