From fd2ef2e7782936a6213e725fc81b2bb34f8cabff Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 2 Nov 2006 10:57:14 +0000 Subject: [PATCH] Fix doc to match order of language fonts. --- ChangeLog | 5 +++++ input/regression/utf-8.ly | 26 +++++++++++++------------- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index a3074889e4..54775341f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-02 Jan Nieuwenhuizen + + * input/regression/utf-8.ly: Fix doc to match order of language + fonts. + 2006-11-01 Joe Neeman * lily/optimal-page-breaking.cc (try_page_spacing): don't average diff --git a/input/regression/utf-8.ly b/input/regression/utf-8.ly index 693122e901..ac309fba78 100644 --- a/input/regression/utf-8.ly +++ b/input/regression/utf-8.ly @@ -14,29 +14,22 @@ Red Hat Fedora Debian GNU/Linux apt-get install emacs-intl-fonts xfonts-intl-.* \ - ttf-kochi-gothic ttf-kochi-mincho - + ttf-kochi-gothic ttf-kochi-mincho \ + xfonts-bolkhov-75dpi xfonts-cronyx-100dpi xfonts-cronyx-75dpi %} \header { texidoc = "Various scripts may be used for texts (like titles and lyrics) introduced by entering them in UTF-8 encoding, and using a -Pango based backend. Depending on the fonts installed, this fragment -will render Japanese, Hebrew, Cyrillic and Portuguese. +Pango based backend. Depending on the fonts installed, this fragment +will render Bulgarian (Cyrillic), Hebrew, Japanese and Portuguese. " } -japanese = \lyricmode { - いろはにほへど ちりぬるを - わがよたれぞ つねならむ - うゐのおくや まけふこえて - あさきゆめみじ ゑひもせず - } - - +% Cyrillic font bulgarian = \lyricmode { Жълтата дюля беше щастлива, че пухът, който цъфна, замръзна като гьон. } @@ -45,6 +38,13 @@ hebrew = \lyricmode { זה כיף סתם לשמוע איך תנצח קרפד עץ טוב בגן. } +japanese = \lyricmode { + いろはにほへど ちりぬるを + わがよたれぞ つねならむ + うゐのおくや まけふこえて + あさきゆめみじ ゑひもせず + } + portuguese = \lyricmode { à vo cê uma can ção legal } @@ -53,7 +53,7 @@ portuguese = \lyricmode { \relative { c2 d e f g f e } -\addlyrics { \hebrew } \addlyrics { \bulgarian } +\addlyrics { \hebrew } \addlyrics { \japanese } \addlyrics { \portuguese } -- 2.39.2