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