From 45161ded881c15cd010824aba22b7b8ba4cfe5ed Mon Sep 17 00:00:00 2001 From: Masamichi Hosoda Date: Sun, 9 Aug 2015 10:44:41 +0900 Subject: [PATCH] Issue 952 / 3: Add font settings for NR: input.itely This commit adds Unicode fonts `Linux Libertine' settings for Unicode input file sample. --- Documentation/de/notation/input.itely | 11 +++++++++++ Documentation/es/notation/input.itely | 11 +++++++++++ Documentation/fr/notation/input.itely | 11 +++++++++++ Documentation/ja/notation/input.itely | 11 +++++++++++ Documentation/notation/input.itely | 11 +++++++++++ 5 files changed, 55 insertions(+) diff --git a/Documentation/de/notation/input.itely b/Documentation/de/notation/input.itely index ec997b60ac..9527a450af 100644 --- a/Documentation/de/notation/input.itely +++ b/Documentation/de/notation/input.itely @@ -2202,6 +2202,17 @@ Heir ein Beispiel mit Kyrilliza, hebräischem und portugiesischem Text: @lilypond[quote] %c No verbatim here as the code does not display correctly in PDF +% Font settings for Cyrillic and Hebrew +% Linux Libertine fonts contain Cyrillic and Hebrew glyphs. +\paper { + #(define fonts + (set-global-fonts + #:roman "Linux Libertine O" + #:sans "Linux Biolinum O" + #:typewriter "Linux Libertine Mono O" + )) +} + % Cyrillic bulgarian = \lyricmode { Жълтата дюля беше щастлива, че пухът, който цъфна, замръзна като гьон. diff --git a/Documentation/es/notation/input.itely b/Documentation/es/notation/input.itely index 4df2aae7b6..756f0dfd66 100644 --- a/Documentation/es/notation/input.itely +++ b/Documentation/es/notation/input.itely @@ -2475,6 +2475,17 @@ He aquí un ejemplo que muestra texto cirílico, hebreo y portugués: @lilypond[quote] %c No verbatim here as the code does not display correctly in PDF +% Font settings for Cyrillic and Hebrew +% Linux Libertine fonts contain Cyrillic and Hebrew glyphs. +\paper { + #(define fonts + (set-global-fonts + #:roman "Linux Libertine O" + #:sans "Linux Biolinum O" + #:typewriter "Linux Libertine Mono O" + )) +} + % Cyrillic bulgarian = \lyricmode { Жълтата дюля беше щастлива, че пухът, който цъфна, замръзна като гьон. diff --git a/Documentation/fr/notation/input.itely b/Documentation/fr/notation/input.itely index 2a31e40d2f..4097716826 100644 --- a/Documentation/fr/notation/input.itely +++ b/Documentation/fr/notation/input.itely @@ -2518,6 +2518,17 @@ portugais. @lilypond[quote] %c No verbatim here as the code does not display correctly in PDF +% Font settings for Cyrillic and Hebrew +% Linux Libertine fonts contain Cyrillic and Hebrew glyphs. +\paper { + #(define fonts + (set-global-fonts + #:roman "Linux Libertine O" + #:sans "Linux Biolinum O" + #:typewriter "Linux Libertine Mono O" + )) +} + % Cyrillic bulgarian = \lyricmode { Жълтата дюля беше щастлива, че пухът, който цъфна, замръзна като гьон. diff --git a/Documentation/ja/notation/input.itely b/Documentation/ja/notation/input.itely index bf219e016a..9ce314da42 100644 --- a/Documentation/ja/notation/input.itely +++ b/Documentation/ja/notation/input.itely @@ -2216,6 +2216,17 @@ FT_Get_Glyph_Name () error: invalid argument @c KEEP LY @lilypond[quote] %c No verbatim here as the code does not display correctly in PDF +% Font settings for Cyrillic and Hebrew +% Linux Libertine fonts contain Cyrillic and Hebrew glyphs. +\paper { + #(define fonts + (set-global-fonts + #:roman "Linux Libertine O" + #:sans "Linux Biolinum O" + #:typewriter "Linux Libertine Mono O" + )) +} + % キリル文字 bulgarian = \lyricmode { Жълтата дюля беше щастлива, че пухът, който цъфна, замръзна като гьон. diff --git a/Documentation/notation/input.itely b/Documentation/notation/input.itely index 2d946437fb..1346590f8e 100644 --- a/Documentation/notation/input.itely +++ b/Documentation/notation/input.itely @@ -2374,6 +2374,17 @@ text: @lilypond[quote] %c No verbatim here as the code does not display correctly in PDF +% Font settings for Cyrillic and Hebrew +% Linux Libertine fonts contain Cyrillic and Hebrew glyphs. +\paper { + #(define fonts + (set-global-fonts + #:roman "Linux Libertine O" + #:sans "Linux Biolinum O" + #:typewriter "Linux Libertine Mono O" + )) +} + % Cyrillic bulgarian = \lyricmode { Жълтата дюля беше щастлива, че пухът, който цъфна, замръзна като гьон. -- 2.39.5