X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Futf-8.ly;h=cf5d79ddb48543a3c67812856f90016d5cd610b7;hb=ca313ffb0f6a3fe1dd5bcacfcabe2edd7a50697e;hp=4cab961a03a36761ef77bc99d73e9a29cfae4fe1;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/utf-8.ly b/input/regression/utf-8.ly index 4cab961a03..cf5d79ddb4 100644 --- a/input/regression/utf-8.ly +++ b/input/regression/utf-8.ly @@ -1,4 +1,4 @@ -\version "2.7.13" +\version "2.16.0" %% Edit this file using a Unicode aware editor, such as GVIM, GEDIT, Emacs @@ -9,51 +9,55 @@ You may have to install additional fonts. Red Hat Fedora taipeifonts fonts-xorg-truetype ttfonts-ja fonts-arabic \ - ttfonts-zh_CN fonts-ja fonts-hebrew + ttfonts-zh_CN fonts-ja fonts-hebrew 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 { Жълтата дюля беше щастлива, че пухът, който цъфна, замръзна като гьон. } -hebrew = \lyricmode { +hebrew = \lyricmode { זה כיף סתם לשמוע איך תנצח קרפד עץ טוב בגן. } -portuguese = \lyricmode { - à vo cê uma can ção legal +japanese = \lyricmode { + いろはにほへど ちりぬるを + わがよたれぞ つねならむ + うゐのおくや まけふこえて + あさきゆめみじ ゑひもせず } +% "a legal song to you" +portuguese = \lyricmode { + à vo -- cê uma can -- ção legal +} -\relative { +\paper { + ragged-right = ##T +} + +\relative c' { c2 d e f g f e } -\addlyrics { \hebrew } \addlyrics { \bulgarian } +\addlyrics { \hebrew } \addlyrics { \japanese } \addlyrics { \portuguese }