summaryrefslogtreecommitdiff
path: root/input/regression/utf-8.ly
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2006-11-02 10:57:14 +0000
committerJan Nieuwenhuizen <janneke@gnu.org>2006-11-02 10:57:14 +0000
commitfd2ef2e7782936a6213e725fc81b2bb34f8cabff (patch)
tree1d26724d8a53ab31fae504b528c27a1d65f5407f /input/regression/utf-8.ly
parent1675830c02451406e7aee71fb76a1548ead5cfc7 (diff)
Fix doc to match order of language
fonts.
Diffstat (limited to 'input/regression/utf-8.ly')
-rw-r--r--input/regression/utf-8.ly26
1 files changed, 13 insertions, 13 deletions
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 }