diff options
author | Mark Polesky <markpolesky@yahoo.com> | 2010-04-19 00:15:18 -0700 |
---|---|---|
committer | Mark Polesky <markpolesky@yahoo.com> | 2010-04-19 00:18:17 -0700 |
commit | 67201c80eb90b3255b27be1514573826bf64c17b (patch) | |
tree | a30edbb44677f75acd76eb0a151bab656d119ba5 /input/regression/utf-8.ly | |
parent | 4c8bedcc234393e8ca02726bf677de707858261b (diff) |
Regtests: Update deprecated \relative syntax.
* Replace "\relative { }" with "\relative c' { }".
* Fix whitespace.
Diffstat (limited to 'input/regression/utf-8.ly')
-rw-r--r-- | input/regression/utf-8.ly | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/input/regression/utf-8.ly b/input/regression/utf-8.ly index d8c5c5c9d5..86793cf96a 100644 --- a/input/regression/utf-8.ly +++ b/input/regression/utf-8.ly @@ -9,14 +9,14 @@ You may have to install additional fonts. Red Hat Fedora taipeifonts fonts-xorg-truetype ttfonts-ja fonts-arabic \ - ttfonts-zh_CN fonts-ja fonts-hebrew + ttfonts-zh_CN fonts-ja fonts-hebrew Debian GNU/Linux apt-get install emacs-intl-fonts xfonts-intl-.* \ ttf-kochi-gothic ttf-kochi-mincho \ - xfonts-bolkhov-75dpi xfonts-cronyx-100dpi xfonts-cronyx-75dpi -%} + xfonts-bolkhov-75dpi xfonts-cronyx-100dpi xfonts-cronyx-75dpi +%} \header { @@ -26,7 +26,7 @@ Pango based backend. Depending on the fonts installed, this fragment will render Bulgarian (Cyrillic), Hebrew, Japanese and Portuguese. " - + } % Cyrillic font @@ -34,19 +34,19 @@ bulgarian = \lyricmode { Жълтата дюля беше щастлива, че пухът, който цъфна, замръзна като гьон. } -hebrew = \lyricmode { +hebrew = \lyricmode { זה כיף סתם לשמוע איך תנצח קרפד עץ טוב בגן. } -japanese = \lyricmode { +japanese = \lyricmode { いろはにほへど ちりぬるを わがよたれぞ つねならむ うゐのおくや まけふこえて - あさきゆめみじ ゑひもせず + あさきゆめみじ ゑひもせず } % "a legal song to you" -portuguese = \lyricmode { +portuguese = \lyricmode { à vo -- cê uma can -- ção legal } @@ -54,7 +54,7 @@ portuguese = \lyricmode { ragged-right = ##T } -\relative { +\relative c' { c2 d e f g f e } \addlyrics { \bulgarian } |