From 36ba8349fd5f8bb0e39bebee2ef5327aa03c43b9 Mon Sep 17 00:00:00 2001 From: Masamichi Hosoda Date: Sat, 12 Sep 2015 01:18:56 +0900 Subject: [PATCH] Issue 4598 / 2: NR: Change example's font name Most environments have "Nimbus Sans L" instead of "Nimbus Sans". This commit replaces "Nimbus Sans" with the list of "Nimbus Sans" and "Nimbus Sans L". --- Documentation/de/notation/text.itely | 2 +- Documentation/es/notation/text.itely | 2 +- Documentation/fr/notation/text.itely | 2 +- Documentation/it/notation/text.itely | 2 +- Documentation/ja/notation/text.itely | 2 +- Documentation/notation/text.itely | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/de/notation/text.itely b/Documentation/de/notation/text.itely index d721c41bc8..9179e508fa 100644 --- a/Documentation/de/notation/text.itely +++ b/Documentation/de/notation/text.itely @@ -1643,7 +1643,7 @@ Schriftarten in @ref{Was sind Schriftarten}. myStaffSize = #20 #(define fonts (make-pango-font-tree "Times New Roman" - "Nimbus Sans" + "Nimbus Sans,Nimbus Sans L" "Luxi Mono" (/ myStaffSize 20))) } diff --git a/Documentation/es/notation/text.itely b/Documentation/es/notation/text.itely index f85f5fa244..368e8e1f99 100644 --- a/Documentation/es/notation/text.itely +++ b/Documentation/es/notation/text.itely @@ -1629,7 +1629,7 @@ sobre las fuentes tipográficas, consulte @ref{Explicación de las fuentes tipog \paper { #(define fonts (make-pango-font-tree "Times New Roman" - "Nimbus Sans" + "Nimbus Sans,Nimbus Sans L" "Luxi Mono" (/ staff-height pt 20))) } diff --git a/Documentation/fr/notation/text.itely b/Documentation/fr/notation/text.itely index 8a18e96fe2..4d095ff7cb 100644 --- a/Documentation/fr/notation/text.itely +++ b/Documentation/fr/notation/text.itely @@ -1653,7 +1653,7 @@ portées. Pour plus d'explications sur les fontes, relisez \paper { #(define fonts (make-pango-font-tree "Times New Roman" - "Nimbus Sans" + "Nimbus Sans,Nimbus Sans L" "Luxi Mono" (/ staff-height pt 20))) } diff --git a/Documentation/it/notation/text.itely b/Documentation/it/notation/text.itely index e8382c169f..d668f48031 100644 --- a/Documentation/it/notation/text.itely +++ b/Documentation/it/notation/text.itely @@ -1590,7 +1590,7 @@ del rigo. I tipi di carattere sono spiegati in @ref{Fonts explained}. \paper { #(define fonts (make-pango-font-tree "Times New Roman" - "Nimbus Sans" + "Nimbus Sans,Nimbus Sans L" "Luxi Mono" (/ staff-height pt 20))) } diff --git a/Documentation/ja/notation/text.itely b/Documentation/ja/notation/text.itely index 6227dfee5a..02f80edc3f 100644 --- a/Documentation/ja/notation/text.itely +++ b/Documentation/ja/notation/text.itely @@ -1606,7 +1606,7 @@ lilypond -dshow-available-fonts x \paper { #(define fonts (make-pango-font-tree "Times New Roman" - "Nimbus Sans" + "Nimbus Sans,Nimbus Sans L" "Luxi Mono" (/ staff-height pt 20))) } diff --git a/Documentation/notation/text.itely b/Documentation/notation/text.itely index 5ccd500d58..aec1a7a8db 100644 --- a/Documentation/notation/text.itely +++ b/Documentation/notation/text.itely @@ -1587,7 +1587,7 @@ size. For an explanation of fonts, see @ref{Fonts explained}. \paper { #(define fonts (make-pango-font-tree "Times New Roman" - "Nimbus Sans" + "Nimbus Sans,Nimbus Sans L" "Luxi Mono" (/ staff-height pt 20))) } -- 2.39.2