From 09fca104f8cd9c8b85b269a4006ce3b7f9511489 Mon Sep 17 00:00:00 2001 From: Masamichi Hosoda Date: Sat, 22 Aug 2015 01:15:54 +0900 Subject: [PATCH] Issue 4571 / 4: Add font aliases settings for NR: ancient.itely This commit adds generic font aliases settings. --- Documentation/de/notation/ancient.itely | 2 +- Documentation/es/notation/ancient.itely | 4 ++-- Documentation/fr/notation/ancient.itely | 4 ++-- Documentation/notation/ancient.itely | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/de/notation/ancient.itely b/Documentation/de/notation/ancient.itely index 2457c7227e..4d777e2b92 100644 --- a/Documentation/de/notation/ancient.itely +++ b/Documentation/de/notation/ancient.itely @@ -2540,7 +2540,7 @@ richtigen Werten, sodass man sofort den Choral notieren kann: \paper { #(define fonts (set-global-fonts - #:roman "Linux Libertine O" + #:roman "Linux Libertine O,serif" )) } diff --git a/Documentation/es/notation/ancient.itely b/Documentation/es/notation/ancient.itely index c60704da80..072f9933ee 100644 --- a/Documentation/es/notation/ancient.itely +++ b/Documentation/es/notation/ancient.itely @@ -2476,7 +2476,7 @@ inmediatamente con la introducción del propio canto: \paper { #(define fonts (set-global-fonts - #:roman "Linux Libertine O" + #:roman "Linux Libertine O,serif" )) } @@ -2667,7 +2667,7 @@ kievano: \paper { #(define fonts (set-global-fonts - #:roman "Linux Libertine O" + #:roman "Linux Libertine O,serif" )) } diff --git a/Documentation/fr/notation/ancient.itely b/Documentation/fr/notation/ancient.itely index 374739efe8..2976478858 100644 --- a/Documentation/fr/notation/ancient.itely +++ b/Documentation/fr/notation/ancient.itely @@ -2467,7 +2467,7 @@ lancer dans la saisie de votre chant, comme ci-dessous : \paper { #(define fonts (set-global-fonts - #:roman "Linux Libertine O" + #:roman "Linux Libertine O,serif" )) } @@ -2653,7 +2653,7 @@ Voici comment générer des ligatures en notation kiévienne : \paper { #(define fonts (set-global-fonts - #:roman "Linux Libertine O" + #:roman "Linux Libertine O,serif" )) } diff --git a/Documentation/notation/ancient.itely b/Documentation/notation/ancient.itely index 57a8b21e12..9f2f25690e 100644 --- a/Documentation/notation/ancient.itely +++ b/Documentation/notation/ancient.itely @@ -2412,7 +2412,7 @@ values, so you can immediately go ahead entering the chant: \paper { #(define fonts (set-global-fonts - #:roman "Linux Libertine O" + #:roman "Linux Libertine O,serif" )) } @@ -2590,7 +2590,7 @@ The following example demonstrates the use of Kievan ligatures: \paper { #(define fonts (set-global-fonts - #:roman "Linux Libertine O" + #:roman "Linux Libertine O,serif" )) } -- 2.39.5