X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Futf-8.ly;fp=input%2Fregression%2Futf-8.ly;h=460c71411ca81cea52a58b105e8141c910c55687;hb=933ea175663dc544f1357dc087a653d8a4e4a7bd;hp=0000000000000000000000000000000000000000;hpb=57be7394ffa2e7d7ba6d60548dba563f3409d472;p=lilypond.git diff --git a/input/regression/utf-8.ly b/input/regression/utf-8.ly new file mode 100644 index 0000000000..460c71411c --- /dev/null +++ b/input/regression/utf-8.ly @@ -0,0 +1,59 @@ +\version "2.5.10" + +%% Edit this file using a Unicode aware editor, such as GVIM, GEDIT, Emacs + +%{ + +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 + +Debian GNU/Linux + + apt-get install emacs-intl-fonts xfonts-intl-.* \ + ttf-kochi-gothic ttf-kochi-mincho + +%} + +\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 and Cyrillic. + +" + +} + +japanese = \lyricmode { + いろはにほへど ちりぬるを + わがよたれぞ つねならむ + うゐのおくや まけふこえて + あさきゆめみじ ゑひもせず + } + + +bulgarian = \lyricmode { + Жълтата дюля беше щастлива, че пухът, който цъфна, замръзна като гьон. +} + +hebrew = \lyricmode { + זה כיף סתם לשמוע איך תנצח קרפד עץ טוב בגן. +} + +portuguese = \lyricmode { + à vo cê uma can ção legal +} + + +\relative { + c2 d e f g f e +} +\addlyrics { \hebrew } +\addlyrics { \bulgarian } +\addlyrics { \japanese } +\addlyrics { \portuguese }