]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/utf-8.ly
more conversion for dash-change.
[lilypond.git] / input / regression / utf-8.ly
1 \version "2.7.32"
2
3 %% Edit this file using a Unicode aware editor, such as GVIM, GEDIT, Emacs
4
5 %{
6
7 You may have to install additional fonts.
8
9 Red Hat Fedora
10
11     taipeifonts fonts-xorg-truetype ttfonts-ja fonts-arabic \
12          ttfonts-zh_CN fonts-ja fonts-hebrew 
13
14 Debian GNU/Linux
15
16    apt-get install emacs-intl-fonts xfonts-intl-.* \
17         ttf-kochi-gothic ttf-kochi-mincho
18
19 %} 
20
21 \header {
22
23   texidoc = "Various scripts may be used for texts (like titles and
24 lyrics) introduced by entering them in UTF-8 encoding, and using a
25 Pango based backend. Depending on the fonts installed, this fragment
26 will render Japanese, Hebrew, Cyrillic and Portuguese.
27
28 "
29   
30 }
31
32 japanese = \lyricmode {  
33   いろはにほへど ちりぬるを
34   わがよたれぞ  つねならむ
35   うゐのおくや  まけふこえて
36   あさきゆめみじ ゑひもせず 
37  }
38
39
40 bulgarian = \lyricmode {
41   Жълтата дюля беше щастлива, че пухът, който цъфна, замръзна като гьон.
42 }
43
44 hebrew = \lyricmode { 
45   זה כיף סתם לשמוע איך תנצח קרפד עץ טוב בגן.
46 }
47
48 portuguese = \lyricmode { 
49   à vo cê uma can ção legal
50 }
51
52
53 \relative  { 
54   c2 d e f g f e
55 }
56 \addlyrics { \hebrew }
57 \addlyrics { \bulgarian }
58 \addlyrics { \japanese }
59 \addlyrics { \portuguese }