X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Futf-8.ly;h=abd4227671ac18f736a69a72be1f1717063c6d07;hb=aa0d40a1c751626db12bedb806e32bf1d4270876;hp=dc4979142637e8282161a8bce42d21aa7830f357;hpb=d02446a61d3eabfde67ed48928ae07766c97750f;p=lilypond.git diff --git a/input/regression/utf-8.ly b/input/regression/utf-8.ly index dc49791426..abd4227671 100644 --- a/input/regression/utf-8.ly +++ b/input/regression/utf-8.ly @@ -1,4 +1,4 @@ -\version "2.7.32" +\version "2.10.0" %% Edit this file using a Unicode aware editor, such as GVIM, GEDIT, Emacs @@ -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,15 +38,26 @@ hebrew = \lyricmode { זה כיף סתם לשמוע איך תנצח קרפד עץ טוב בגן. } +japanese = \lyricmode { + いろはにほへど ちりぬるを + わがよたれぞ つねならむ + うゐのおくや まけふこえて + あさきゆめみじ ゑひもせず +} + +% "a legal song to you" portuguese = \lyricmode { - à vo cê uma can ção legal + à vo -- cê uma can -- ção legal } +\paper { + ragged-right = ##T +} \relative { c2 d e f g f e } -\addlyrics { \hebrew } \addlyrics { \bulgarian } +\addlyrics { \hebrew } \addlyrics { \japanese } \addlyrics { \portuguese }