From 36df1215ecce2ae57e6ed954daafe78b58d68856 Mon Sep 17 00:00:00 2001 From: Masamichi Hosoda Date: Sun, 9 Aug 2015 11:02:43 +0900 Subject: [PATCH] Issue 952 / 4: Add font settings for NR: antient.itely This commit adds unicode fonts `Linux Libertine' settings for Kievan sample. --- Documentation/de/notation/ancient.itely | 8 ++++++++ Documentation/es/notation/ancient.itely | 16 ++++++++++++++++ Documentation/fr/notation/ancient.itely | 16 ++++++++++++++++ Documentation/notation/ancient.itely | 16 ++++++++++++++++ 4 files changed, 56 insertions(+) diff --git a/Documentation/de/notation/ancient.itely b/Documentation/de/notation/ancient.itely index 9dcaa49973..2457c7227e 100644 --- a/Documentation/de/notation/ancient.itely +++ b/Documentation/de/notation/ancient.itely @@ -2536,6 +2536,14 @@ die benötigten Kontexteigenschaften und Grob-Eigenschaften mit den richtigen Werten, sodass man sofort den Choral notieren kann: @lilypond[quote,ragged-right,verbatim] +% Font settings for Cyrillic +\paper { + #(define fonts + (set-global-fonts + #:roman "Linux Libertine O" + )) +} + \score { << \new KievanVoice = "melody" \transpose c c' { diff --git a/Documentation/es/notation/ancient.itely b/Documentation/es/notation/ancient.itely index fcb7635fa9..c60704da80 100644 --- a/Documentation/es/notation/ancient.itely +++ b/Documentation/es/notation/ancient.itely @@ -2472,6 +2472,14 @@ sus valores adecuados, de manera que pueda ponerse manos a la obra inmediatamente con la introducción del propio canto: @lilypond[quote,ragged-right,verbatim] +% Font settings for Cyrillic +\paper { + #(define fonts + (set-global-fonts + #:roman "Linux Libertine O" + )) +} + \score { << \new KievanVoice = "melody" \relative c' { @@ -2655,6 +2663,14 @@ El ejemplo siguiente muestra el uso de las ligaduras del canto kievano: @lilypond[quote,ragged-right,verbatim] +% Font settings for Cyrillic +\paper { + #(define fonts + (set-global-fonts + #:roman "Linux Libertine O" + )) +} + \score { << \new KievanVoice = "melody" \relative c' { diff --git a/Documentation/fr/notation/ancient.itely b/Documentation/fr/notation/ancient.itely index 041a749b0c..374739efe8 100644 --- a/Documentation/fr/notation/ancient.itely +++ b/Documentation/fr/notation/ancient.itely @@ -2463,6 +2463,14 @@ valeurs adéquates, de telle sorte que vous pouvez tout de suite vous lancer dans la saisie de votre chant, comme ci-dessous : @lilypond[quote,ragged-right,verbatim] +% Font settings for Cyrillic +\paper { + #(define fonts + (set-global-fonts + #:roman "Linux Libertine O" + )) +} + \score { << \new KievanVoice = "melody" \relative c' { @@ -2641,6 +2649,14 @@ propriété @code{padding} de @code{KievanLigature}. Voici comment générer des ligatures en notation kiévienne : @lilypond[quote,ragged-right,verbatim] +% Font settings for Cyrillic +\paper { + #(define fonts + (set-global-fonts + #:roman "Linux Libertine O" + )) +} + \score { << \new KievanVoice = "melody" \relative c' { diff --git a/Documentation/notation/ancient.itely b/Documentation/notation/ancient.itely index 685c3329f5..57a8b21e12 100644 --- a/Documentation/notation/ancient.itely +++ b/Documentation/notation/ancient.itely @@ -2408,6 +2408,14 @@ all relevant context properties and grob properties to proper values, so you can immediately go ahead entering the chant: @lilypond[quote,ragged-right,verbatim] +% Font settings for Cyrillic +\paper { + #(define fonts + (set-global-fonts + #:roman "Linux Libertine O" + )) +} + \score { << \new KievanVoice = "melody" \relative c' { @@ -2578,6 +2586,14 @@ by setting the @code{padding} property of the @code{KievanLigature}. The following example demonstrates the use of Kievan ligatures: @lilypond[quote,ragged-right,verbatim] +% Font settings for Cyrillic +\paper { + #(define fonts + (set-global-fonts + #:roman "Linux Libertine O" + )) +} + \score { << \new KievanVoice = "melody" \relative c' { -- 2.39.2