From: Masamichi Hosoda Date: Mon, 7 Sep 2015 13:30:23 +0000 (+0900) Subject: Issue 4591 / 4: NR: Enhance font-name overriding sample X-Git-Tag: release/2.19.28-1~5^2~16 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=15c207fe1e0c7a70184ec82e9f060d3ae599326d;p=lilypond.git Issue 4591 / 4: NR: Enhance font-name overriding sample font-name can be described using a comma-separated list of fonts and a white-space separated list of styles (shape, series etc.). --- diff --git a/Documentation/de/notation/text.itely b/Documentation/de/notation/text.itely index dfc5eef14d..d721c41bc8 100644 --- a/Documentation/de/notation/text.itely +++ b/Documentation/de/notation/text.itely @@ -1593,8 +1593,8 @@ verwendet man folgende Syntax: \time 3/4 a'1_\markup { - \override #'(font-name . "Bitstream Vera Sans Bold") - { Vera Bold } + \override #'(font-name . "Bitstream Vera Sans,sans-serif, Oblique Bold") + { Vera Oblique Bold } } @end lilypond diff --git a/Documentation/es/notation/text.itely b/Documentation/es/notation/text.itely index d301757b0e..f85f5fa244 100644 --- a/Documentation/es/notation/text.itely +++ b/Documentation/es/notation/text.itely @@ -1576,8 +1576,8 @@ FontConfig, usando la siguiente sintaxis: \time 3/4 a'1_\markup { - \override #'(font-name . "Bitstream Vera Sans Bold") - { Vera Bold } + \override #'(font-name . "Bitstream Vera Sans,sans-serif, Oblique Bold") + { Vera Oblique Bold } } @end lilypond diff --git a/Documentation/fr/notation/text.itely b/Documentation/fr/notation/text.itely index f66e432aed..8a18e96fe2 100644 --- a/Documentation/fr/notation/text.itely +++ b/Documentation/fr/notation/text.itely @@ -1600,8 +1600,8 @@ respectez la syntaxe suivante : \time 3/4 a'1_\markup { - \override #'(font-name . "Bitstream Vera Sans Bold") - { Vera Bold } + \override #'(font-name . "Bitstream Vera Sans,sans-serif, Oblique Bold") + { Vera Oblique Bold } } @end lilypond diff --git a/Documentation/it/notation/text.itely b/Documentation/it/notation/text.itely index d4820c4d1c..e8382c169f 100644 --- a/Documentation/it/notation/text.itely +++ b/Documentation/it/notation/text.itely @@ -1539,8 +1539,8 @@ sintassi: \time 3/4 a'1_\markup { - \override #'(font-name . "Bitstream Vera Sans Bold") - { Vera Bold } + \override #'(font-name . "Bitstream Vera Sans,sans-serif, Oblique Bold") + { Vera Oblique Bold } } @end lilypond diff --git a/Documentation/ja/notation/text.itely b/Documentation/ja/notation/text.itely index a737f2963f..6227dfee5a 100644 --- a/Documentation/ja/notation/text.itely +++ b/Documentation/ja/notation/text.itely @@ -1554,8 +1554,8 @@ FontConfig に認識されている任意のフォントを@c \time 3/4 a'1_\markup { - \override #'(font-name . "Bitstream Vera Sans Bold") - { Vera Bold } + \override #'(font-name . "Bitstream Vera Sans,sans-serif, Oblique Bold") + { Vera Oblique Bold } } @end lilypond diff --git a/Documentation/notation/text.itely b/Documentation/notation/text.itely index ae40256caa..1f66c48a71 100644 --- a/Documentation/notation/text.itely +++ b/Documentation/notation/text.itely @@ -1531,8 +1531,8 @@ FontConfig may be used in a score, using the following syntax: \time 3/4 a'1_\markup { - \override #'(font-name . "Bitstream Vera Sans Bold") - { Vera Bold } + \override #'(font-name . "Bitstream Vera Sans,sans-serif, Oblique Bold") + { Vera Oblique Bold } } @end lilypond