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