]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'cvs-head' of ssh+git://hanwen@repo.or.cz/srv/git/lilypond into master...
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 3 Nov 2006 00:54:00 +0000 (01:54 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 3 Nov 2006 00:54:00 +0000 (01:54 +0100)
Conflicts:

.gitignore
input/regression/utf-8.ly

1  2 
input/regression/utf-8.ly

index 3a4cb6c39cffa7b17547b110b4eae3c753fe6d91,a9b4179face3c36905992cf53e9ac152888b56c8..4a82eab24b5ec7fab1d5b102cf5bdf3ca167f8a2
@@@ -14,29 -14,22 +14,22 @@@ Red Hat Fedor
  Debian GNU/Linux
  
     apt-get install emacs-intl-fonts xfonts-intl-.* \
-       ttf-kochi-gothic ttf-kochi-mincho
+       ttf-kochi-gothic ttf-kochi-mincho \
+       xfonts-bolkhov-75dpi xfonts-cronyx-100dpi xfonts-cronyx-75dpi 
  %} 
  
  \header {
  
    texidoc = "Various scripts may be used for texts (like titles and
  lyrics) introduced by entering them in UTF-8 encoding, and using a
- Pango based backend. Depending on the fonts installed, this fragment
- will render Japanese, Hebrew, Cyrillic and Portuguese.
+ Pango based backend.  Depending on the fonts installed, this fragment
+ will render Bulgarian (Cyrillic), Hebrew, Japanese and Portuguese.
  
  "
    
  }
  
- japanese = \lyricmode {  
-   いろはにほへど ちりぬるを
-   わがよたれぞ  つねならむ
-   うゐのおくや  まけふこえて
-   あさきゆめみじ ゑひもせず 
-  }
+ % Cyrillic font
  bulgarian = \lyricmode {
    Жълтата дюля беше щастлива, че пухът, който цъфна, замръзна като гьон.
  }
@@@ -45,6 -38,13 +38,13 @@@ hebrew = \lyricmode 
    זה כיף סתם לשמוע איך תנצח קרפד עץ טוב בגן.
  }
  
 - }
+ japanese = \lyricmode {  
+   いろはにほへど ちりぬるを
+   わがよたれぞ  つねならむ
+   うゐのおくや  まけふこえて
+   あさきゆめみじ ゑひもせず 
++}
  % "a legal song to you"
  portuguese = \lyricmode { 
    à vo cê uma can ção legal
@@@ -54,7 -54,7 +54,7 @@@
  \relative  { 
    c2 d e f g f e
  }
- \addlyrics { \hebrew }
  \addlyrics { \bulgarian }
+ \addlyrics { \hebrew }
  \addlyrics { \japanese }
  \addlyrics { \portuguese }