From: Masamichi Hosoda Date: Fri, 21 Aug 2015 16:15:54 +0000 (+0900) Subject: Issue 4571 / 4: Add font aliases settings for NR: ancient.itely X-Git-Tag: release/2.19.26-1~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=09fca104f8cd9c8b85b269a4006ce3b7f9511489;p=lilypond.git Issue 4571 / 4: Add font aliases settings for NR: ancient.itely This commit adds generic font aliases settings. --- 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" )) }