From: Han-Wen Nienhuys Date: Sat, 5 Feb 2005 19:16:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.14~164 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a3c2da92bc5e87198dee9c7e7214d2de395ef2c0;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 221d3b7fd7..b3dca95ff7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-02-05 Han-Wen Nienhuys + * input/regression/*.ly: remove old-relative everywhere + * lily/music-sequence.cc (simultaneous_relative_callback): do what-if analysis on copy, not on original. Fixes old-relative compatibility. diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index d63f649802..4d3b32b9ce 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -1554,7 +1554,10 @@ Syntax errors for markup mode are confusing. LilyPond uses the Pango library to format multi-lingual texts. This means that any text, be it title, lyric text, or musical instruction -contaning non-ASCII characters should be entered as Unicode. +contaning non-ASCII characters should be entered as Unicode. Such +files should be edited using a Unicode aware editor, and saved as UTF8 +encoded. Most popular modern editors have UTF8 support, for example, +vim, Emacs, jEdit, and GEdit do. Depending on the fonts installed, the following fragment shows Hebrew and Cyrillic lyrics, @@ -1565,21 +1568,22 @@ and Cyrillic lyrics, @lilypondfile{utf8.ly} + The @TeX{} backend does not handle encoding specially at all. Strings in the input are put in the output as-is. Extents of text items in the @TeX{} backend, are determined by reading a file created via the @file{texstr} backend, @example - lilypond -b texstr input/les-nereides.ly - latex les-nereides.texstr +lilypond -b texstr input/les-nereides.ly +latex les-nereides.texstr @end example The last command produces @file{les-nereides.textmetrics}, which is read when you execute @example - lilypond -b tex input/les-nereides.ly +lilypond -b tex input/les-nereides.ly @end example Both @file{les-nereides.texstr} and @file{les-nereides.tex} need @@ -1588,7 +1592,7 @@ interpreting non-ASCII strings. @seealso -@inputfileref{input/regression/,utf8.ly} +@inputfileref{input/regression,utf8.ly} @node Nested scores diff --git a/VERSION b/VERSION index 43753a1df9..3643ac4c4b 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=2 MINOR_VERSION=5 -PATCH_LEVEL=11 +PATCH_LEVEL=12 MY_PATCH_LEVEL=