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