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